HomeSort by relevance Sort by last modified time
    Searched refs:ProfilerStart (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h 46 * routines "ProfilerStart(filename)" and "ProfilerStop()".
115 PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname);
129 /* Stop profiling. Can be started again with ProfilerStart(), but
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
profiler.h 46 * routines "ProfilerStart(filename)" and "ProfilerStop()".
116 PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname);
131 /* Stop profiling. Can be started again with ProfilerStart(), but
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.cc 105 ProfilerStart(filename);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.cc 105 ProfilerStart(filename);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 301 extern "C" PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname) {
328 extern "C" int ProfilerStart(const char* fname) { return 0; }
  /external/chromium_org/base/debug/
profiler.cc 37 ProfilerStart(full_name.c_str());
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 303 extern "C" PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname) {
330 extern "C" int ProfilerStart(const char* fname) { return 0; }

Completed in 418 milliseconds