Searched refs:HumanizeMs (Results 1 – 5 of 5) sorted by relevance
24 SkString HumanizeMs(double);
9 SkString HumanizeMs(double ms) { in HumanizeMs() function
151 auto msg = HumanizeMs(elapsed.count()); in draw()
106 fprintf(gVLog, "%s\t", HumanizeMs(SkTime::GetMSecs() - kStartMs).c_str()); in vlog()170 SkString elapsed = HumanizeMs(SkTime::GetMSecs() - kStartMs); in done()
144 return HumanizeMs(ms); in humanize()