Home
last modified time | relevance | path

Searched defs:performance_counter (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/
H A Dperformance_counter.hpp40 struct performance_counter {}; struct
46 struct performance_counter<T, true> struct
48 performance_counter() : value_{T()} {} in performance_counter() function
50 performance_counter(const T& init) : value_{init} {} in performance_counter() argument
75 std::atomic<T> value_;
82 struct performance_counter<T, false> struct
84 performance_counter() {} in performance_counter() argument
86 performance_counter(const T&) {} in performance_counter() function
92 inline T operator++() { return 0; } in operator ++()
94 inline T operator++(int) { return 0; } in operator ++()
[all …]
/dports/devel/hpx/hpx-1.2.1/plugins/parcelport/verbs/
H A Dperformance_counter.hpp42 struct performance_counter {}; struct
48 struct performance_counter<T, true> struct
50 performance_counter() : value_{T()} {} in performance_counter() function
52 performance_counter(const T& init) : value_{init} {} in performance_counter() function
77 std::atomic<T> value_;
84 struct performance_counter<T, false> struct
86 performance_counter() {} in performance_counter() argument
88 performance_counter(const T&) {} in performance_counter() function
90 inline operator T() { return 0; } in operator T()
94 inline T operator++() { return 0; } in operator ++()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/performance_counters/
H A Dperformance_counter.hpp26 struct HPX_EXPORT performance_counter struct
31 > base_type;
33 performance_counter() {} in performance_counter() function
39 performance_counter(future<id_type> && id) in performance_counter() argument
43 performance_counter(hpx::future<performance_counter> && c) in performance_counter() function
88 static T extract_value(future<counter_value> && value) in extract_value()
95 future<T> get_value(bool reset = false) in get_value()
103 T get_value(launch::sync_policy, bool reset = false, in get_value()
110 future<T> get_value() const in get_value()
118 T get_value(launch::sync_policy, error_code& ec = throws) const in get_value()
/dports/devel/hpx/hpx-1.2.1/hpx/performance_counters/stubs/
H A Dperformance_counter.hpp18 struct HPX_EXPORT performance_counter struct
61 get_typed_value(naming::id_type const& targetid, bool reset = false, in get_typed_value()
/dports/devel/hpx/hpx-1.2.1/src/performance_counters/
H A Dperformance_counter.cpp22 performance_counter::performance_counter(std::string const& name) in performance_counter() function in hpx::performance_counters::performance_counter
26 performance_counter::performance_counter(std::string const& name, in performance_counter() function in hpx::performance_counters::performance_counter
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dtimer.rs48 pub fn performance_counter(&self) -> u64 { in performance_counter() method
/dports/games/dose-response/dose-response-179c326/cargo-crates/sdl2-0.32.2/src/sdl2/
H A Dtimer.rs48 pub fn performance_counter(&self) -> u64 { in performance_counter() method