Searched refs:timeWithCommand (Results 1 – 3 of 3) sorted by relevance
20 explicit Dumper(SkCanvas* canvas, int count, bool timeWithCommand) in Dumper() argument25 , fTimeWithCommand(timeWithCommand) { in Dumper()119 bool timeWithCommand) { in DumpRecord() argument120 Dumper dumper(canvas, record.count(), timeWithCommand); in DumpRecord()
22 bool timeWithCommand);
23 DEFINE_bool(timeWithCommand, false, "If true, print time next to command, else in first column.");