Home
last modified time | relevance | path

Searched refs:event_counts (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/simdjson/simdjson-0.9.6/benchmark/
H A Devent_counter.h43 vector<unsigned long long> event_counts; member
44 event_count() : elapsed(0), event_counts{0,0,0,0,0} {} in event_count()
46 …event_count(const event_count& other): elapsed(other.elapsed), event_counts(other.event_counts) { } in event_count()
59 double cycles() const { return static_cast<double>(event_counts[CPU_CYCLES]); } in cycles()
67 this->event_counts = other.event_counts;
72 event_counts[0]+other.event_counts[0],
73 event_counts[1]+other.event_counts[1],
74 event_counts[2]+other.event_counts[2],
75 event_counts[3]+other.event_counts[3],
76 event_counts[4]+other.event_counts[4],
[all …]
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/
H A Devent_counter.h43 vector<unsigned long long> event_counts; member
44 event_count() : elapsed(0), event_counts{0,0,0,0,0} {} in event_count()
46 …event_count(const event_count& other): elapsed(other.elapsed), event_counts(other.event_counts) { } in event_count()
59 double cycles() const { return static_cast<double>(event_counts[CPU_CYCLES]); } in cycles()
67 this->event_counts = other.event_counts;
72 event_counts[0]+other.event_counts[0],
73 event_counts[1]+other.event_counts[1],
74 event_counts[2]+other.event_counts[2],
75 event_counts[3]+other.event_counts[3],
76 event_counts[4]+other.event_counts[4],
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/xml/
H A Dtestmxml.c44 int event_counts[6]; variable
582 memset(event_counts, 0, sizeof(event_counts)); in main()
604 if (event_counts[MXML_SAX_CDATA] != 1) in main()
607 event_counts[MXML_SAX_CDATA]); in main()
611 if (event_counts[MXML_SAX_COMMENT] != 1) in main()
614 event_counts[MXML_SAX_COMMENT]); in main()
618 if (event_counts[MXML_SAX_DATA] != 60) in main()
621 event_counts[MXML_SAX_DATA]); in main()
625 if (event_counts[MXML_SAX_DIRECTIVE] != 1) in main()
628 event_counts[MXML_SAX_DIRECTIVE]); in main()
[all …]
/dports/textproc/mxml/mxml-3.1/
H A Dtestmxml.c36 int event_counts[6]; variable
661 memset(event_counts, 0, sizeof(event_counts)); in main()
683 if (event_counts[MXML_SAX_CDATA] != 1) in main()
686 event_counts[MXML_SAX_CDATA]); in main()
690 if (event_counts[MXML_SAX_COMMENT] != 1) in main()
693 event_counts[MXML_SAX_COMMENT]); in main()
697 if (event_counts[MXML_SAX_DATA] != 61) in main()
700 event_counts[MXML_SAX_DATA]); in main()
704 if (event_counts[MXML_SAX_DIRECTIVE] != 1) in main()
707 event_counts[MXML_SAX_DIRECTIVE]); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dbuild.gni8 "event_counts.cc",
9 "event_counts.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/
H A Dyuv_readback_unittest.cc98 void EndTracing(std::map<std::string, int>* event_counts) { in EndTracing() argument
128 (*event_counts)[name]++; in EndTracing()
489 std::map<std::string, int> event_counts; in TEST_F() local
490 EndTracing(&event_counts); in TEST_F()
491 int draw_buffer_calls = event_counts["kDrawBuffersEXTImmediate"]; in TEST_F()
492 int draw_arrays_calls = event_counts["kDrawArrays"]; in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/
H A Dyuv_readback_unittest.cc95 void EndTracing(std::map<std::string, int>* event_counts) { in EndTracing() argument
126 (*event_counts)[name]++; in EndTracing()
487 std::map<std::string, int> event_counts; in TEST_F() local
488 EndTracing(&event_counts); in TEST_F()
489 int draw_buffer_calls = event_counts["kDrawBuffersEXTImmediate"]; in TEST_F()
490 int draw_arrays_calls = event_counts["kDrawArrays"]; in TEST_F()
/dports/devel/py-vsts/vsts-0.1.25/vsts/gallery/v4_0/models/
H A D__init__.py18 from .event_counts import EventCounts
/dports/devel/py-vsts/vsts-0.1.25/vsts/gallery/v4_1/models/
H A D__init__.py18 from .event_counts import EventCounts
/dports/devel/py-joblib/joblib-1.1.0/joblib/test/
H A Dtest_dask.py31 event_counts = {}
33 event_counts[w] = len([event for event in list(events)
35 return event_counts
/dports/devel/aws-c-io/aws-c-io-0.10.12/tests/
H A Devent_loop_test.c732 int *event_counts;
734 event_counts = tester->read_handle_event_counts;
737 event_counts = tester->write_handle_event_counts;
745 event_counts[flag] += 1;
/dports/databases/puppetdb7/puppetdb-7.8.0/ext/docs/puppetdb/api/query/v4/
H A Dentities.markdown47 [`event_counts`][event-counts] | [/pdb/query/v4/event-counts][event-counts]
/dports/databases/puppetdb6/puppetdb-6.19.1/ext/docs/puppetdb/api/query/v4/
H A Dentities.markdown47 [`event_counts`][event-counts] | [/pdb/query/v4/event-counts][event-counts]
/dports/databases/py-pypuppetdb/pypuppetdb-2.5.1/pypuppetdb/api/
H A Dquery.py252 def event_counts(self, summarize_by, **kwargs): member in QueryAPI
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/docs/collection/
H A Devents.rst285 The scalar is ``telemetry.event_counts`` for statically-registered events (the ones in
298 // telemetry.event_counts summarizes in the same process the events were recorded
308 parent-process scalar ``telemetry.event_counts`` having a key ``interaction#click#document`` with
309 value ``2`` and the content-process scalar ``telemetry.event_counts`` having a key
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/docs/collection/
H A Devents.rst284 The scalar is ``telemetry.event_counts`` for statically-registered events (the ones in
296 // telemetry.event_counts summarizes in the same process the events were recorded
306 parent-process scalar ``telemetry.event_counts`` having a key ``interaction#click#document`` with
307 value ``2`` and the content-process scalar ``telemetry.event_counts`` having a key
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/docs/collection/
H A Devents.rst284 The scalar is ``telemetry.event_counts`` for statically-registered events (the ones in
296 // telemetry.event_counts summarizes in the same process the events were recorded
306 parent-process scalar ``telemetry.event_counts`` having a key ``interaction#click#document`` with
307 value ``2`` and the content-process scalar ``telemetry.event_counts`` having a key
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/telemetry/docs/collection/
H A Devents.rst284 The scalar is ``telemetry.event_counts`` for statically-registered events (the ones in
296 // telemetry.event_counts summarizes in the same process the events were recorded
306 parent-process scalar ``telemetry.event_counts`` having a key ``interaction#click#document`` with
307 value ``2`` and the content-process scalar ``telemetry.event_counts`` having a key
/dports/databases/py-pypuppetdb/pypuppetdb-2.5.1/docs/
H A Dadvanced_queries.rst76 ``event_counts()``, ``aggregate_event_counts()``,
/dports/audio/hexter/hexter-1.0.3/src/
H A Dhexter.c56 unsigned long *event_counts);
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dstats_tracker_test.cpp942 "event_counts": [
953 "event_counts": []
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dstats_tracker_test.cpp942 "event_counts": [
953 "event_counts": []
/dports/audio/fluidsynth-dssi/fluidsynth-dssi-1.0.0/src/
H A Dfluidsynth-dssi.c74 unsigned long *event_counts);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/
H A Dcore_idl_files.gni447 "timing/event_counts.idl",
/dports/devel/py-distributed/distributed-2021.11.2/distributed/dashboard/components/
H A Dscheduler.py1721 n = self.scheduler.event_counts[self.name] - self.last
1724 self.last = self.scheduler.event_counts[self.name]

12