0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-29 05:48:44 +02:00
construct/include/ircd/prof/README.md
Jason Volk fefaaca2c2 ircd::prof: Split header into directory.
ircd::prof: Split linux/perf_event specific to unit.
2019-07-31 19:43:09 -07:00

7 lines
283 B
Markdown

# Profiling & Performance Instruments
This is an accumulated collection of tools available to developers to aid with
optimization and debugging. Some items here leverage hardware and OS-specific
features and their interface may not yet be implemented or available on all
platforms.