Searched refs:humanize (Results 1 – 3 of 3) sorted by relevance
/external/skia/bin/ |
D | compare | 52 def humanize(ns): function 65 print '%*s\t%6s(%6s) -> %6s(%6s)\t%s' % (maxlen, key, humanize(am), humanize(asem), 66 humanize(bm), humanize(bsem), str_ratio) 68 print '%*s\t%6s -> %6s\t%s' % (maxlen, key, humanize(am), humanize(bm), str_ratio)
|
/external/v8/tools/turbolizer/ |
D | disassembly-view.js | 201 humanize(num) { method in DisassemblyView 259 fragment.title = event + ": " + view.humanize(perc) + " (" + count + ")";
|
/external/skia/bench/ |
D | nanobench.cpp | 142 static SkString humanize(double ms) { in humanize() function 146 #define HUMANIZE(ms) humanize(ms).c_str()
|