OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_ticks_
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
profile-generator-inl.h
75
total_ticks_
(0),
profile-generator.h
145
INLINE(void IncreaseTotalTicks(unsigned amount)) {
total_ticks_
+= amount; }
149
INLINE(unsigned total_ticks() const) { return
total_ticks_
; }
168
unsigned
total_ticks_
;
member in class:v8::internal::ProfileNode
[
all
...]
profile-generator.cc
243
return tree_->TicksToMillis(
total_ticks_
);
249
total_ticks_
, self_ticks_,
[
all
...]
Completed in 27 milliseconds