gst-plugins-rs/generic/threadshare/src/runtime
François Laignel 235ded35fd ts: add feature to add counters for performance evaluation
Add a `tuning` feature which adds counters that help with performance
evaluation. The only counter added so far accumulates the duration a
Scheduler has been parked, which is pretty accurate an indication of
CPU usage of the Scheduler.
2022-09-13 07:29:50 +00:00
..
executor ts: add feature to add counters for performance evaluation 2022-09-13 07:29:50 +00:00
mod.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
pad.rs ts/runtime: slight optimizations for sub tasks related operations 2022-08-18 18:42:18 +02:00
task.rs ts/runtime: slight optimizations for sub tasks related operations 2022-08-18 18:42:18 +02:00
time.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00