OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_profiler
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/doc/
pprof.see_also
5
.B
cpu_profiler
.html
8
.B /usr/share/gperftools/
cpu_profiler
.html
10
.B /usr/local/share/gperftools/
cpu_profiler
.html
pprof.1
125
.B
cpu_profiler
.html
128
.B /usr/share/gperftools/
cpu_profiler
.html
130
.B /usr/local/share/gperftools/
cpu_profiler
.html
pprof_remote_servers.html
12
HREF="
cpu_profiler
.html">pprof</A>, the tool that analyzes CPU and
/external/chromium_org/v8/test/cctest/
profiler-extension.cc
60
v8::CpuProfiler*
cpu_profiler
= args.GetIsolate()->GetCpuProfiler();
local
61
cpu_profiler
->StartProfiling((args.Length() > 0)
69
v8::CpuProfiler*
cpu_profiler
= args.GetIsolate()->GetCpuProfiler();
local
70
last_profile =
cpu_profiler
->StopProfiling((args.Length() > 0)
test-cpu-profiler.cc
254
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
309
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
353
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
354
i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(
cpu_profiler
);
358
cpu_profiler
->StartProfiling(name1);
359
v8::CpuProfile* p1 =
cpu_profiler
->StopProfiling(name1);
362
CHECK(FindCpuProfile(
cpu_profiler
, p1));
367
cpu_profiler
->StartProfiling(name2);
368
v8::CpuProfile* p2 =
cpu_profiler
->StopProfiling(name2);
371
CHECK(FindCpuProfile(
cpu_profiler
, p2))
392
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
406
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
1532
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
[
all
...]
test-profile-generator.cc
560
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
691
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
715
CpuProfiler* profiler = isolate->
cpu_profiler
();
test-api.cc
94
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
96
cpu_profiler
->StartProfiling(profile_name);
98
reinterpret_cast<i::CpuProfiler*>(
cpu_profiler
)->DeleteAllProfiles();
[
all
...]
/external/chromium_org/v8/src/
cpu-profiler.h
185
CpuProfiler*
cpu_profiler
= cpu_profiler_isolate->
cpu_profiler
(); \
186
if (logger->is_logging_code_events() ||
cpu_profiler
->is_profiling()) { \
sampler.cc
673
TickSample* sample = isolate_->
cpu_profiler
()->StartTickSample();
684
isolate_->
cpu_profiler
()->FinishTickSample();
log.cc
41
CpuProfiler*
cpu_profiler
= isolate_->
cpu_profiler
(); \
42
if (
cpu_profiler
->is_profiling()) { \
43
cpu_profiler
->Call; \
[
all
...]
compiler.cc
102
no_frame_ranges_ = isolate->
cpu_profiler
()->is_profiling()
[
all
...]
isolate.h
936
CpuProfiler*
cpu_profiler
() const { return
cpu_profiler
_; }
function in class:v8::internal::Isolate
[
all
...]
assembler.cc
[
all
...]
api.cc
6343
i::CpuProfiler*
cpu_profiler
=
local
[
all
...]
heap.cc
[
all
...]
runtime.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
profiler.cc
128
void*
cpu_profiler
);
264
void*
cpu_profiler
) {
265
CpuProfiler* instance = static_cast<CpuProfiler*>(
cpu_profiler
);
pprof
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
profiler.cc
126
void*
cpu_profiler
);
262
void*
cpu_profiler
) {
263
CpuProfiler* instance = static_cast<CpuProfiler*>(
cpu_profiler
);
pprof
[
all
...]
/external/jemalloc/bin/
pprof
[
all
...]
Completed in 1982 milliseconds