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

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h 80 * struct ProfilerOptions options;
88 struct ProfilerOptions {
127 const char *fname, const struct ProfilerOptions *options);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
profiler.h 80 * struct ProfilerOptions options;
88 struct ProfilerOptions {
129 const char *fname, const struct ProfilerOptions *options);
  /art/runtime/
profiler_options.h 30 class ProfilerOptions {
43 ProfilerOptions() :
55 ProfilerOptions(bool enabled,
117 friend std::ostream & operator<<(std::ostream &os, const ProfilerOptions& po) {
profiler.h 170 static bool Start(const std::string& output_filename, const ProfilerOptions& options)
182 const ProfilerOptions& GetProfilerOptions() const { return options_; }
190 const std::string& output_filename, const ProfilerOptions& options);
215 const ProfilerOptions& options_;
parsed_options.h 96 ProfilerOptions profiler_options_;
runtime.h 148 const ProfilerOptions& GetProfilerOptions() const {
612 ProfilerOptions profiler_options_;
profiler.cc 94 const ProfilerOptions profile_options = profiler->GetProfilerOptions();
328 const std::string& output_filename, const ProfilerOptions& options) {
391 const std::string& output_filename, const ProfilerOptions& options)
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
simple_compat_test.cc 60 ProfilerOptions* profiler_h;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 81 bool Start(const char* fname, const ProfilerOptions* options);
156 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) {
306 const char *fname, const ProfilerOptions *options) {
330 const ProfilerOptions *options) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
simple_compat_test.cc 60 ProfilerOptions* profiler_h;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 83 bool Start(const char* fname, const ProfilerOptions* options);
158 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) {
308 const char *fname, const ProfilerOptions *options) {
332 const ProfilerOptions *options) {

Completed in 285 milliseconds