OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pass_times_
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
timer.h
76
TimeStats
pass_times_
[3];
member in class:gold::Timer
timer.cc
59
TimeStats& thispass = this->
pass_times_
[n];
125
TimeStats thispass = this->
pass_times_
[n];
126
TimeStats& lastpass = n > 0 ? this->
pass_times_
[n-1] : this->start_time_;
Completed in 492 milliseconds