HomeSort by relevance Sort by last modified time
    Searched defs:Profiling (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/
profiling.h 14 // The Profiling class manages the interaction with a sampling based profiler.
18 class Profiling {
20 // Called early in a process' life to allow profiling of startup time.
24 // Start profiling.
27 // Stop profiling and write out profiling file.
37 // Toggle profiling on/off.
42 Profiling();
44 DISALLOW_COPY_AND_ASSIGN(Profiling);
  /external/chromium_org/chrome/common/
profiling.h 13 // The Profiling class manages the interaction with a sampling based profiler.
17 class Profiling {
19 // Called early in a process' life to allow profiling of startup time.
23 // Start profiling.
26 // Stop profiling and write out profiling file.
32 // Toggle profiling on/off.
37 Profiling();
39 DISALLOW_COPY_AND_ASSIGN(Profiling);

Completed in 48 milliseconds