Home
last modified time | relevance | path

Searched refs:nanosecond_type (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/test/utils/
Dtimer.hpp50 typedef boost::int_least64_t nanosecond_type; typedef
52 nanosecond_type wall;
53 nanosecond_type system;
74 elapsed_time::nanosecond_type get_tick_freq() { in get_tick_freq()
77 return static_cast<elapsed_time::nanosecond_type>(freq.QuadPart); in get_tick_freq()
80 std::pair<elapsed_time::nanosecond_type, elapsed_time::nanosecond_type> get_time_base() {
83 …return std::pair<elapsed_time::nanosecond_type, elapsed_time::nanosecond_type>(timebase.numer, tim…
84 return std::pair<elapsed_time::nanosecond_type, elapsed_time::nanosecond_type>(0, 1);
118 typedef elapsed_time::nanosecond_type nanosecond_type; in elapsed() typedef
123 …return_value.system = static_cast<nanosecond_type>(double(std::clock() - _start_time_clock) * cloc… in elapsed()
[all …]
/third_party/boost/libs/compute/perf/
Dperf.hpp52 typedef boost::timer::nanosecond_type nanosecond_type; typedef in perf_timer
80 nanosecond_type last_time() const in last_time()
85 nanosecond_type min_time() const in min_time()
90 nanosecond_type max_time() const in max_time()
96 std::vector<boost::timer::nanosecond_type> times;
102 double perf_rate(const size_t count, perf_timer::nanosecond_type time) in perf_rate()
/third_party/boost/libs/filesystem/test/
Dpath_times.cpp44 nanosecond_type time_ctor(const STD_STRING& s) in time_ctor()
58 nanosecond_type time_loop() in time_loop()
88 nanosecond_type x = time_loop(); in cpp_main()
91 nanosecond_type s = time_ctor(std::string("/foo/bar/baz")); in cpp_main()
94 nanosecond_type w = time_ctor(std::wstring(L"/foo/bar/baz")); in cpp_main()
/third_party/boost/libs/timer/src/
Dcpu_timer.cpp35 using boost::timer::nanosecond_type;
57 nanosecond_type total = times.system + times.user; in show_time()
135 current.system = current.user = boost::timer::nanosecond_type(-1); in get_cpu_times()
142 current.system = current.user = boost::timer::nanosecond_type(-1); in get_cpu_times()
146 current.system = boost::timer::nanosecond_type(tm.tms_stime + tm.tms_cstime); in get_cpu_times()
147 current.user = boost::timer::nanosecond_type(tm.tms_utime + tm.tms_cutime); in get_cpu_times()
156 current.user = current.system = boost::timer::nanosecond_type(-1); in get_cpu_times()
/third_party/boost/boost/timer/
Dtimer.hpp35 typedef boost::int_least64_t nanosecond_type; typedef
39 nanosecond_type wall;
40 nanosecond_type user;
41 nanosecond_type system;
/third_party/boost/libs/move/test/
Dbench_merge.cpp30 using boost::timer::nanosecond_type;
113 …ts, std::size_t element_count, std::size_t split_pos, std::size_t alg, nanosecond_type &prev_clock) in measure_algo()
172 nanosecond_type new_clock = timer.elapsed().wall; in measure_algo()
209 nanosecond_type prev_clock = 0; in measure_all()
210 nanosecond_type back_clock; in measure_all()
Dbench_sort.cpp24 using boost::timer::nanosecond_type;
128 bool measure_algo(T *elements, std::size_t element_count, std::size_t alg, nanosecond_type &prev_cl… in measure_algo()
204 nanosecond_type new_clock = timer.elapsed().wall; in measure_algo()
241 nanosecond_type prev_clock = 0; in measure_all()
242 nanosecond_type back_clock; in measure_all()
/third_party/boost/libs/container/bench/
Dbench_alloc.cpp26 using boost::timer::nanosecond_type;
116 nanosecond_type nseconds = timer.elapsed().wall; in allocation_timing_test()
Dbench_alloc_expand_fwd.cpp30 using boost::timer::nanosecond_type;
148 nanosecond_type nseconds = timer.elapsed().wall; in vector_test_template()
Dbench_alloc_shrink_to_fit.cpp30 using boost::timer::nanosecond_type;
106 nanosecond_type nseconds = timer.elapsed().wall; in vector_test_template()
Dbench_alloc_expand_bwd.cpp27 using boost::timer::nanosecond_type;
133 nanosecond_type nseconds = timer.elapsed().wall; in vector_test_template()
Dbench_adaptive_node_pool.cpp35 using boost::timer::nanosecond_type;
137 nanosecond_type tinsert, terase; in list_test_template()
Dbench_alloc_stable_vector_burst.cpp33 using boost::timer::nanosecond_type;
104 nanosecond_type nseconds; in stable_vector_test_template()
Dbench_static_vector.cpp28 using boost::timer::nanosecond_type;
Dbench_set.hpp25 using boost::timer::nanosecond_type;
/third_party/boost/libs/timer/test/
Dcpu_timer_info.cpp17 using boost::timer::nanosecond_type;
Dcpu_timer_test.cpp22 using boost::timer::nanosecond_type;
/third_party/boost/libs/endian/test/
Dspeed_test.cpp31 typedef boost::timer::nanosecond_type nanosecond_t;
Dloop_time_test.cpp40 typedef boost::timer::nanosecond_type nanosecond_t;
Dbenchmark.cpp43 typedef boost::timer::nanosecond_type nanosecond_t;
/third_party/boost/libs/math/example/
Droot_n_finding_algorithms.cpp463 using boost::timer::nanosecond_type; in test_root()
Droot_finding_algorithms.cpp381 using boost::timer::nanosecond_type; in test_root()
Droot_elliptic_finding.cpp476 using boost::timer::nanosecond_type; in test_root()