0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-13 23:48:21 +02:00
construct/include/ircd/prof
2023-02-17 16:51:54 -08:00
..
arm.h
cycles.h ircd::prof: Fallback to __builtin_readcyclecounter() if available. 2020-10-12 18:07:39 -07:00
instructions.h
prof.h
psi.h
README.md
resource.h
scope_cycles.h Revert "ircd: ISO C++ requires template on destructor names out-of-line." (gcc-11/12) 2022-06-20 17:26:39 -07:00
syscall_timer.h
syscall_usage_warning.h
system.h ircd: Fix -Wdeprecated-copy-with-user-provided-dtor or remove empty dtors. 2023-02-17 16:51:54 -08:00
times.h
type.h
vg.h
x86.h

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.