about summary refs log tree commit diff stats
path: root/profile-parse-trace.arc
Commit message (Collapse)AuthorAgeFilesLines
* 840Kartik K. Agaram2015-02-261-93/+0
|
* 839 - profiling parse-traceKartik K. Agaram2015-02-261-0/+93
Ok, it's not super-linear, at least on the level of mu. Parsing is just inefficient. To profile stages inside main: grep "^run: " .traces/p? |column 2 |perl -pwe 's,.*/([^/]*)/([^/]*) ,$1/$2 ,' |sort |freq |sort -nrk2