Home
last modified time | relevance | path

Searched defs:summary (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/benchmarks/sched_queues/src/
Dutils.h35 #define PRINT_F(summary, cycles, nsec) \ argument
45 #define PRINT_STATS(summary, value) \ argument
49 #define PRINT_STATS_AVG(summary, value, counter) \ argument
/Zephyr-latest/subsys/net/lib/prometheus/
Dsummary.c17 int prometheus_summary_observe(struct prometheus_summary *summary, double value) in prometheus_summary_observe()
32 int prometheus_summary_observe_set(struct prometheus_summary *summary, in prometheus_summary_observe_set()
Dformatter.c197 const struct prometheus_summary *summary = in prometheus_format_one_metric() local
/Zephyr-latest/tests/benchmarks/wait_queues/src/
Dutils.h33 #define PRINT_F(summary, cycles, nsec) \ argument
43 #define PRINT_STATS_AVG(summary, value, counter) \ argument
/Zephyr-latest/tests/ztest/summary/
DCMakeLists.txt7 project(summary) project
/Zephyr-latest/tests/benchmarks/latency_measure/src/
Dutils.h74 #define PRINT_F(summary, cycles, nsec, error, notes) \ argument
89 #define PRINT_STATS(summary, value, error, notes) \ argument
94 #define PRINT_STATS_AVG(summary, value, counter, error, notes) \ argument
Dthread_switch_yield.c100 char summary[120]; in thread_switch_yield_common() local
/Zephyr-latest/doc/releases/
Drelease-notes-3.1.rst1147 Security Vulnerability Related
1159 Known bugs
1283 Addressed issues
/Zephyr-latest/subsys/net/ip/
Dnet_stats.c534 struct prometheus_summary *summary = in net_stats_prometheus_scrape() local
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dreports.py626 def summary(self, results, ignore_unrecognized_sections, duration): member in Reporting
Dhardwaremap.py226 def summary(self, selected_platforms): member in HardwareMap
Drunner.py150 def summary(self): member in ExecutionCounter