Home
last modified time | relevance | path

Searched defs:event_count (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/dports/devel/simdjson/simdjson-0.9.6/benchmark/
H A Devent_counter.h41 struct event_count { struct
43 vector<unsigned long long> event_counts; argument
44 event_count() : elapsed(0), event_counts{0,0,0,0,0} {} in event_count() argument
45event_count(const duration<double> _elapsed, const vector<unsigned long long> _event_counts) : ela… in event_count() argument
46event_count(const event_count& other): elapsed(other.elapsed), event_counts(other.event_counts) { } in event_count() argument
49 enum event_counter_types { argument
59 double cycles() const { return static_cast<double>(event_counts[CPU_CYCLES]); } in cycles() argument
60 double instructions() const { return static_cast<double>(event_counts[INSTRUCTIONS]); } in instructions() argument
61 double branch_misses() const { return static_cast<double>(event_counts[BRANCH_MISSES]); } in branch_misses() argument
63 double cache_misses() const { return static_cast<double>(event_counts[CACHE_MISSES]); } in cache_misses() argument
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/
H A Devent_counter.h41 struct event_count { struct
43 vector<unsigned long long> event_counts; argument
44 event_count() : elapsed(0), event_counts{0,0,0,0,0} {} in event_count() argument
45event_count(const duration<double> _elapsed, const vector<unsigned long long> _event_counts) : ela… in event_count() function
46event_count(const event_count& other): elapsed(other.elapsed), event_counts(other.event_counts) { } in event_count() function
49 enum event_counter_types { argument
59 double cycles() const { return static_cast<double>(event_counts[CPU_CYCLES]); } in cycles() argument
60 double instructions() const { return static_cast<double>(event_counts[INSTRUCTIONS]); } in instructions() argument
61 double branch_misses() const { return static_cast<double>(event_counts[BRANCH_MISSES]); } in branch_misses() argument
63 double cache_misses() const { return static_cast<double>(event_counts[CACHE_MISSES]); } in cache_misses() argument
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dfailure_insert_select_via_coordinator.sql15 CREATE TABLE events_summary(event_id int, event_type int, event_count int); field
16 CREATE TABLE events_reference(event_type int, event_count int); field
17 CREATE TABLE events_reference_distributed(event_type int, event_count int); field
H A Dfailure_insert_select_pushdown.sql15 CREATE TABLE events_summary(user_id int, event_id int, event_count int); field
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/internal/
H A Devent_model_impl.cc74 uint32_t event_count = 0; in GetEventCount() local
98 Event_Count* event_count = event.mutable_events(i); in IncrementEvent() local
109 Event_Count* event_count = event.add_events(); in IncrementEvent() local
128 for (const auto& event_count : event.events()) { in OnStoreLoaded() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feature_engagement/internal/
H A Devent_model_impl.cc64 Event_Count* event_count = event.mutable_events(i); in IncrementEvent() local
75 Event_Count* event_count = event.add_events(); in IncrementEvent() local
95 for (const auto& event_count : event.events()) { in OnStoreLoaded() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feature_engagement/internal/test/
H A Devent_util.cc14 Event_Count* event_count = event->add_events(); in SetEventCountForDay() local
21 for (const auto& event_count : event->events()) { in VerifyEventCount() local
/dports/sysutils/plasma5-plasma-disks/plasma-disks-5.23.5/autotests/fixtures/
H A Dpass-freebsd.json138 "event_count": false, boolean
160 "event_count": true, boolean
182 "event_count": true, boolean
204 "event_count": true, boolean
226 "event_count": true, boolean
248 "event_count": true, boolean
270 "event_count": true, boolean
292 "event_count": true, boolean
314 "event_count": true, boolean
336 "event_count": true, boolean
[all …]
/dports/comms/gammu/gammu-1.42.0/tests/atgen/
H A Ddeferred-event.c25 int event_count = 0; in calls_all_handlers() local
91 int event_count = 0; in does_not_call_cancelled_handlers() local
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackMidiBufferReadQueue.h36 jack_nframes_t event_count; variable
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/include/
H A Dnotification_select.php29 $event_count = 0; variable
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tests/lib/
H A Dtest_common.cpp3 void mixed_test_listener(TEventPtr events, size_t event_count, HT_Boolean is_serialized, void* user… in mixed_test_listener()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/rust_hawktracer_sys-0.4.2/hawktracer/tests/lib/
H A Dtest_common.cpp3 void mixed_test_listener(TEventPtr events, size_t event_count, HT_Boolean is_serialized, void* user… in mixed_test_listener()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/event/models/
H A Dres_partner.py10 event_count = fields.Integer( variable in ResPartner
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.10.3/src/events/
H A Devent_source.rs48 event_count: Arc<AtomicUsize>, field
59 let event_count = Arc::new(AtomicUsize::new(0)); in new() localVariable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/sensor/
H A Dsensor_test_utils.h54 size_t event_count() const { return event_count_; } in event_count() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/sensor/
H A Dsensor_test_utils.h56 size_t event_count() const { return event_count_; } in event_count() function
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/carla/Carla-2.4.1/source/includes/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/midiomatic-lv2/midiomatic-0.2.0/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/fogpad-lv2/fogpad-port-1.0.0-3-gc52326b/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/distrho/src/lv2/
H A Dlv2-miditype.h95 uint32_t event_count; member

12345678910>>...33