Home
last modified time | relevance | path

Searched refs:tonanosec (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/chrono/example/
Druntime_resolution.cpp96 typedef boost::chrono::duration<double, boost::nano> tonanosec; typedef in runtime_resolution::duration
102 explicit duration(const tonanosec& d) in duration()
106 tonanosec convert_to_nanosec() const {return tonanosec(rep_/ticks_per_nanosecond);} in convert_to_nanosec()
Dtime2_demo.cpp1022 typedef boost::chrono::duration<double, boost::nano> tonanosec; typedef in runtime_resolution::duration
1028 explicit duration(const tonanosec& d) in duration()
1032 operator tonanosec() const {return tonanosec(rep_/ticks_per_nanosecond);} in operator tonanosec()
1132 …std::cout << "paused " << nanoseconds(duration_cast<nanoseconds>(duration::tonanosec(elapsed))).co… in test()
/third_party/boost/libs/chrono/doc/
Dchrono.qbk1644 typedef boost::chrono::duration<double, boost::nano> tonanosec;
1650 explicit duration(const tonanosec& d)
1654 operator tonanosec() const {return tonanosec(rep_/ticks_per_nanosecond);}