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

  /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/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/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,
251 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
281 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
cpu-profiler-inl.h 48 // some of them have been filtered out by CpuProfiler.
55 TickSample* CpuProfiler::StartTickSample() {
61 void CpuProfiler::FinishTickSample() {
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();
269 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
log.h 55 class CpuProfiler;
441 friend class CpuProfiler;
isolate.h 41 class CpuProfiler;
    [all...]
api.cc     [all...]
isolate.cc     [all...]
log.cc 41 CpuProfiler* cpu_profiler = isolate_->cpu_profiler(); \
    [all...]
  /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&);
v8.h 68 class CpuProfiler;
    [all...]
  /external/chromium_org/v8/test/cctest/
profiler-extension.cc 60 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
69 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
test-profile-generator.cc 41 using i::CpuProfiler;
560 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
635 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
636 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler);
691 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
715 CpuProfiler* profiler = isolate->cpu_profiler();
737 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
738 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler)
    [all...]
test-cpu-profiler.cc 41 using i::CpuProfiler;
148 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
209 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
254 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
278 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
309 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
336 static bool FindCpuProfile(v8::CpuProfiler* v8profiler,
338 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler);
353 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler()
    [all...]
test-api.cc 94 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
98 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptProfiler.cpp 55 v8::CpuProfiler* profiler = isolate->GetCpuProfiler();
68 v8::CpuProfiler* profiler = isolate->GetCpuProfiler();
78 v8::CpuProfiler* profiler = isolate->GetCpuProfiler();
306 if (v8::CpuProfiler* profiler = isolate->GetCpuProfiler())

Completed in 517 milliseconds