OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_profiler
(Results
1 - 22
of
22
) 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
253
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
308
CpuProfiler* profiler = CcTest::i_isolate()->
cpu_profiler
();
352
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
353
i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(
cpu_profiler
);
357
cpu_profiler
->StartProfiling(name1);
358
v8::CpuProfile* p1 =
cpu_profiler
->StopProfiling(name1);
361
CHECK(FindCpuProfile(
cpu_profiler
, p1));
366
cpu_profiler
->StartProfiling(name2);
367
v8::CpuProfile* p2 =
cpu_profiler
->StopProfiling(name2);
370
CHECK(FindCpuProfile(
cpu_profiler
, p2))
391
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
405
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
1275
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
1547
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
96
v8::CpuProfiler*
cpu_profiler
= env->GetIsolate()->GetCpuProfiler();
local
98
cpu_profiler
->StartProfiling(profile_name);
100
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()) { \
log.cc
43
CpuProfiler*
cpu_profiler
= isolate_->
cpu_profiler
(); \
44
if (
cpu_profiler
->is_profiling()) { \
45
cpu_profiler
->Call; \
[
all
...]
sampler.cc
686
TickSample* sample = isolate_->
cpu_profiler
()->StartTickSample();
697
isolate_->
cpu_profiler
()->FinishTickSample();
compiler.cc
155
no_frame_ranges_ = isolate->
cpu_profiler
()->is_profiling()
615
info->isolate()->
cpu_profiler
()->is_profiling()) {
[
all
...]
isolate.h
970
CpuProfiler*
cpu_profiler
() const { return
cpu_profiler
_; }
function in class:v8::internal::Isolate
[
all
...]
assembler.cc
[
all
...]
api.cc
6358
i::CpuProfiler*
cpu_profiler
=
local
[
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/chromium_org/v8/src/heap/
heap-inl.h
254
isolate_->
cpu_profiler
()->is_profiling()) {
heap.cc
[
all
...]
/external/jemalloc/bin/
pprof
[
all
...]
Completed in 586 milliseconds