Home
last modified time | relevance | path

Searched refs:total_nanoseconds (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/date_time/test/posix_time/
Dtestduration.cpp174 check("total nanosec", ns.total_nanoseconds() == 9); in main()
252 check("total nanoseconds", seconds(1).total_nanoseconds() == 1000000000); in main()
259 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
263 std::cout << "nano per year: " << (t2-t1).total_nanoseconds() << std::endl; in main()
/third_party/boost/boost/interprocess/sync/posix/
Dptime_to_timespec.hpp38 ts.tv_nsec = duration.total_nanoseconds() % 1000000000; in ptime_to_timespec()
/third_party/boost/libs/intrusive/perf/
Dtree_perf_test.cpp112 …std::cout << " Insert ns/iter: " << double((tend-tini).total_nanoseconds())/double(NumElem*NumR… in test_insertion()
133 …std::cout << " Search ns/iter: " << double((tend-tini).total_nanoseconds())/double(NumElem*NumR… in test_insertion()
/third_party/boost/boost/date_time/
Dtime_duration.hpp113 BOOST_CXX14_CONSTEXPR tick_type total_nanoseconds() const in total_nanoseconds() function in boost::date_time::time_duration