Yuto Hayamizu
Yuto Hayamizu
EPUBではepsファイルが利用できないので、pngファイルに変換して表示できるようにするパッチです。 - htmlbuilder ではファイル名の変換規則(foo.eps → foo.eps.png)のみを定めて、ファイル名を書き換えたHTMLを出力する - review-epubmaker が imagemagick の convert コマンドで png ファイルに変換する
Add options to trim start/end duration from recorded logs before calculating summary.
In a server with a lot of drives, fingerprint subcommand takes so long time with low CPU usage. There must exist some opportunities for speed up.
`perfmonger record --kill` does not check the background perfmonger-recorder process has exited or not, and fail if the process does not exit correctly. Also, `perfmonger record --kill` should fail if...
perfmonger-record starts recording just after a trigger condition is fired. trigger can be: - the first launch of the specified program - the first fork from the specified process -...
procfs ( `/proc/*` ) is not available on OSX. `sysctl` interface seems to be useful? [objective c - Get CPU percent usage - Stack Overflow](http://stackoverflow.com/questions/6785069/get-cpu-percent-usage)