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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc 77 class CpuProfiler {
79 CpuProfiler();
80 ~CpuProfiler();
95 static CpuProfiler instance_;
134 CpuProfiler CpuProfiler::instance_;
137 CpuProfiler::CpuProfiler()
158 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) {
186 CpuProfiler::~CpuProfiler()
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc 75 class CpuProfiler {
77 CpuProfiler();
78 ~CpuProfiler();
93 static CpuProfiler instance_;
132 CpuProfiler CpuProfiler::instance_;
135 CpuProfiler::CpuProfiler()
156 bool CpuProfiler::Start(const char* fname, const ProfilerOptions* options) {
184 CpuProfiler::~CpuProfiler()
    [all...]
  /external/chromium_org/v8/src/
cpu-profiler.cc 146 int CpuProfiler::GetProfilesCount() {
152 CpuProfile* CpuProfiler::GetProfile(int index) {
157 void CpuProfiler::DeleteAllProfiles() {
163 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
183 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
197 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
211 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
225 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
251 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
277 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
cpu-profiler.h 185 CpuProfiler* cpu_profiler = cpu_profiler_isolate->cpu_profiler(); \
192 class CpuProfiler : public CodeEventListener {
194 explicit CpuProfiler(Isolate* isolate);
196 CpuProfiler(Isolate* isolate,
201 virtual ~CpuProfiler();
266 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
  /external/chromium_org/v8/include/
v8-profiler.h 87 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
118 * Deletes the profile and removes it from CpuProfiler's list.
129 class V8_EXPORT CpuProfiler {
172 CpuProfiler();
173 ~CpuProfiler();
174 CpuProfiler(const CpuProfiler&);
175 CpuProfiler& operator=(const CpuProfiler&);

Completed in 130 milliseconds