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/chromium_org/v8/src/
profile-generator.h
255
class
CpuProfilesCollection
{
257
explicit
CpuProfilesCollection
(Heap* heap);
258
~
CpuProfilesCollection
();
302
DISALLOW_COPY_AND_ASSIGN(
CpuProfilesCollection
);
308
explicit ProfileGenerator(
CpuProfilesCollection
* profiles);
325
CpuProfilesCollection
* profiles_;
profile-generator.cc
444
CpuProfilesCollection
::
CpuProfilesCollection
(Heap* heap)
460
CpuProfilesCollection
::~
CpuProfilesCollection
() {
467
bool
CpuProfilesCollection
::StartProfiling(const char* title,
487
CpuProfile*
CpuProfilesCollection
::StopProfiling(const char* title) {
506
bool
CpuProfilesCollection
::IsLastProfile(const char* title) {
515
void
CpuProfilesCollection
::RemoveProfile(CpuProfile* profile) {
527
void
CpuProfilesCollection
::AddPathToCurrentProfiles(
540
CodeEntry*
CpuProfilesCollection
::NewCodeEntry
[
all
...]
cpu-profiler.h
23
class
CpuProfilesCollection
;
197
CpuProfilesCollection
* test_collection,
263
CpuProfilesCollection
* profiles_;
cpu-profiler.cc
378
profiles_(new
CpuProfilesCollection
(isolate->heap())),
386
CpuProfilesCollection
* test_profiles,
413
profiles_ = new
CpuProfilesCollection
(isolate()->heap());
/external/chromium_org/v8/test/cctest/
test-profile-generator.cc
42
using i::
CpuProfilesCollection
;
404
CpuProfilesCollection
profiles(CcTest::heap());
470
CpuProfilesCollection
profiles(CcTest::heap());
518
CpuProfilesCollection
profiles(CcTest::heap());
600
CpuProfilesCollection
collection(CcTest::heap());
602
CpuProfilesCollection
::kMaxSimultaneousProfiles> titles;
603
for (int i = 0; i <
CpuProfilesCollection
::kMaxSimultaneousProfiles; ++i) {
610
for (int i = 0; i <
CpuProfilesCollection
::kMaxSimultaneousProfiles; ++i)
test-cpu-profiler.cc
42
using i::
CpuProfilesCollection
;
55
CpuProfilesCollection
profiles(isolate->heap());
142
CpuProfilesCollection
* profiles = new
CpuProfilesCollection
(isolate->heap());
203
CpuProfilesCollection
* profiles = new
CpuProfilesCollection
(isolate->heap());
272
CpuProfilesCollection
* profiles = new
CpuProfilesCollection
(isolate->heap());
[
all
...]
Completed in 153 milliseconds