Searched refs:elapsed_seconds (Results 1 – 4 of 4) sorted by relevance
247 std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds"); in Parse() local249 if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) { in Parse()
265 std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds"); in Parse() local267 if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) { in Parse()
315 std::string elapsed_seconds = GetAttribute(first, "elapsed_seconds"); in Parse() local317 if (base::StringToInt(elapsed_seconds, &parsed_elapsed)) { in Parse()
445 double elapsed_seconds = elapsed_cycles / CyclesPerSecond(); in DumpOrderedProfile() local446 RAW_LOG(0, "Time spent on DeepProfiler: %.3f sec\n", elapsed_seconds); in DumpOrderedProfile()