OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimedScope
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
utils-inl.h
18
class
TimedScope
{
20
explicit
TimedScope
(double* result)
23
~
TimedScope
() { *result_ = TimestampMs() - start_; }
/external/v8/src/heap/
concurrent-marking.cc
572
TimedScope
scope(&time_ms);
mark-compact.cc
[
all
...]
heap.cc
[
all
...]
Completed in 716 milliseconds