Home
last modified time | relevance | path

Searched refs:humanize (Results 1 – 3 of 3) sorted by relevance

/external/skia/bin/
Dcompare52 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/
Ddisassembly-view.js201 humanize(num) { method in DisassemblyView
259 fragment.title = event + ": " + view.humanize(perc) + " (" + count + ")";
/external/skia/bench/
Dnanobench.cpp142 static SkString humanize(double ms) { in humanize() function
146 #define HUMANIZE(ms) humanize(ms).c_str()