OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elapsed_seconds
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/extensions/
update_manifest.cc
247
std::string
elapsed_seconds
= GetAttribute(first, "
elapsed_seconds
");
local
249
if (base::StringToInt(
elapsed_seconds
, &parsed_elapsed)) {
/external/chromium_org/chrome/common/extensions/
update_manifest.cc
265
std::string
elapsed_seconds
= GetAttribute(first, "
elapsed_seconds
");
local
267
if (base::StringToInt(
elapsed_seconds
, &parsed_elapsed)) {
/external/chromium_org/chrome/browser/component_updater/
update_response.cc
315
std::string
elapsed_seconds
= GetAttribute(first, "
elapsed_seconds
");
local
317
if (base::StringToInt(
elapsed_seconds
, &parsed_elapsed)) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc
445
double
elapsed_seconds
= elapsed_cycles / CyclesPerSecond();
local
446
RAW_LOG(0, "Time spent on DeepProfiler: %.3f sec\n",
elapsed_seconds
);
[
all
...]
Completed in 262 milliseconds