OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BeginPhase
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
pipeline-statistics.h
56
void
BeginPhase
(const char* name);
84
if (pipeline_stats_ != nullptr) pipeline_stats_->
BeginPhase
(name);
pipeline-statistics.cc
90
void PipelineStatistics::
BeginPhase
(const char* name) {
Completed in 1420 milliseconds