Home
last modified time | relevance | path

Searched refs:cycle_count (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/chrono/example/
Dcycle_count.cpp38 struct cycle_count struct
44 typedef boost::chrono::time_point<cycle_count> time_point; argument
76 typedef cycle_count<400> clock; in cycle_count_delay()
105 typedef cycle_count<1500> clock; in cycle_count_delay()
Dtime2_demo.cpp1513 struct cycle_count struct
1519 typedef boost::chrono::time_point<cycle_count> time_point; argument
1551 typedef cycle_count<400> clock; in cycle_count_delay()
1580 typedef cycle_count<1500> clock; in cycle_count_delay()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_sched.c238 cycle_count(struct ir3_instruction *instr) in cycle_count() function
307 unsigned cycles = cycle_count(instr); in schedule()
/third_party/boost/libs/chrono/test/
DJamfile.v2352 [ chrono-run-header ../example/cycle_count.cpp ]
/third_party/boost/libs/chrono/doc/
Dchrono.qbk1797 struct cycle_count
1804 typedef boost::chrono::__time_point<cycle_count> time_point;
1833 ['See the source file [@boost:libs/chrono/example/cycle_count.cpp cycle_count.cpp]]