HomeSort by relevance Sort by last modified time
    Searched defs:ProfilerOptions (Results 1 - 3 of 3) 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) {

Completed in 1376 milliseconds