Commit 204dbba
[PTI-LIB] Multi-threaded PTI Metrics Library Support (PTI-145, PTI-335)
- Added multi-thread support to PTI metrics library with thread-safe implementation
- Redesigned PtiMetricsCollectorHandler by simplifying getters to be lock-free and const
- Implemented string storage/pool class for efficient string management across threads
- Added performance tests including overhead testing and multi-threaded functional tests
- Addressed code review feedback including Copilot suggestions and peer review comments
Signed-off-by: Yipeng Song <[email protected]>
Co-authored-by: Julia Fedorova <[email protected]>
Co-authored-by: Schilling, Matthew <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent 587edc7 commit 204dbba
File tree
9 files changed
+1889
-315
lines changed- sdk
- samples
- metrics_perf
- samples_utilities
- src
- metrics
- utils
- test
9 files changed
+1889
-315
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| 280 | + | |
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments