Searched refs:FormattedTime (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ |
D | profiler.cc | 22 class FormattedTime { class 24 explicit FormattedTime(double t) : time_(t) {} in FormattedTime() function in __anon582b2ddd0111::FormattedTime 30 std::ostream& operator<<(std::ostream& stream, const FormattedTime& time) { in operator <<() 184 << " total=" << FormattedTime(profiler_event.total_time()) in operator <<() 185 << " mean=" << FormattedTime(profiler_event.mean()) in operator <<() 186 << " min=" << FormattedTime(profiler_event.minimum()) in operator <<() 187 << " max=" << FormattedTime(profiler_event.maximum()) in operator <<()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 556 char FormattedTime[20] = { }; in printFileHeaders() local 557 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders() 564 W.printHex ("TimeDateStamp", FormattedTime, Obj->getTimeDateStamp()); in printFileHeaders() 659 char FormattedTime[20] = {}; in printCOFFDebugDirectory() local 661 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory() 664 W.printHex("TimeDateStamp", FormattedTime, D.TimeDateStamp); in printCOFFDebugDirectory()
|