Searched refs:ProfilerStart (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h46 * 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/
H A Dprofiler.h46 * 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/
H A Dprofiler_unittest.cc105 ProfilerStart(filename);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofiler_unittest.cc105 ProfilerStart(filename);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiler.cc303 extern "C" PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname) { function
330 extern "C" int ProfilerStart(const char* fname) { return 0; } function
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiler.cc301 extern "C" PERFTOOLS_DLL_DECL int ProfilerStart(const char* fname) { function
328 extern "C" int ProfilerStart(const char* fname) { return 0; } function
/external/chromium_org/base/debug/
H A Dprofiler.cc37 ProfilerStart(full_name.c_str());

Completed in 610 milliseconds