OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CpuProfilesCollection
(Results
1 - 6
of
6
) sorted by null
/external/v8/src/profiler/
profile-generator.h
303
class
CpuProfilesCollection
{
305
explicit
CpuProfilesCollection
(Heap* heap);
306
~
CpuProfilesCollection
();
352
DISALLOW_COPY_AND_ASSIGN(
CpuProfilesCollection
);
358
explicit ProfileGenerator(
CpuProfilesCollection
* profiles);
374
CpuProfilesCollection
* profiles_;
profile-generator.cc
442
CpuProfilesCollection
::
CpuProfilesCollection
(Heap* heap)
458
CpuProfilesCollection
::~
CpuProfilesCollection
() {
465
bool
CpuProfilesCollection
::StartProfiling(const char* title,
486
CpuProfile*
CpuProfilesCollection
::StopProfiling(const char* title) {
505
bool
CpuProfilesCollection
::IsLastProfile(const char* title) {
514
void
CpuProfilesCollection
::RemoveProfile(CpuProfile* profile) {
526
void
CpuProfilesCollection
::AddPathToCurrentProfiles(
539
CodeEntry*
CpuProfilesCollection
::NewCodeEntry
[
all
...]
cpu-profiler.h
25
class
CpuProfilesCollection
;
201
CpuProfilesCollection
* test_collection,
265
CpuProfilesCollection
* profiles_;
cpu-profiler.cc
394
profiles_(new
CpuProfilesCollection
(isolate->heap())),
402
CpuProfilesCollection
* test_profiles,
429
profiles_ = new
CpuProfilesCollection
(isolate()->heap());
/external/v8/test/cctest/
test-profile-generator.cc
42
using i::
CpuProfilesCollection
;
350
CpuProfilesCollection
profiles(CcTest::heap());
416
CpuProfilesCollection
profiles(CcTest::heap());
464
CpuProfilesCollection
profiles(CcTest::heap());
547
CpuProfilesCollection
collection(CcTest::heap());
549
CpuProfilesCollection
::kMaxSimultaneousProfiles> titles;
550
for (int i = 0; i <
CpuProfilesCollection
::kMaxSimultaneousProfiles; ++i) {
557
for (int i = 0; i <
CpuProfilesCollection
::kMaxSimultaneousProfiles; ++i)
test-cpu-profiler.cc
43
using i::
CpuProfilesCollection
;
75
CpuProfilesCollection
profiles(isolate->heap());
162
CpuProfilesCollection
* profiles = new
CpuProfilesCollection
(isolate->heap());
223
CpuProfilesCollection
* profiles = new
CpuProfilesCollection
(isolate->heap());
292
CpuProfilesCollection
* profiles = new
CpuProfilesCollection
(isolate->heap());
[
all
...]
Completed in 56 milliseconds