0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-03 02:28:55 +02:00
construct/include/ircd/prof
2020-10-12 18:07:39 -07:00
..
arm.h ircd::prof::arm: Port rdtsc for aarch64. #132 2020-08-23 01:56:37 -07:00
cycles.h ircd::prof: Fallback to __builtin_readcyclecounter() if available. 2020-10-12 18:07:39 -07:00
instructions.h ircd::prof: Split header into directory. 2019-07-31 19:43:09 -07:00
prof.h ircd::prof::arm: Port rdtsc for aarch64. #132 2020-08-23 01:56:37 -07:00
psi.h ircd::prof::psi: Additional state relative to last refresh. 2020-05-09 17:28:34 -07:00
README.md ircd::prof: Split header into directory. 2019-07-31 19:43:09 -07:00
resource.h ircd::prof: Split header into directory. 2019-07-31 19:43:09 -07:00
scope_cycles.h ircd::prof: Remove unnecessary attribute for gcc. 2020-07-11 15:53:58 -07:00
syscall_timer.h ircd::prof: Split header into directory. 2019-07-31 19:43:09 -07:00
syscall_usage_warning.h ircd::prof: Move ctx::syscall_usage_warning into prof. 2020-03-06 15:43:24 -08:00
system.h ircd::prof: Remove cruft; minor cleanup. 2019-09-12 10:18:51 -07:00
times.h ircd::prof: Split header into directory. 2019-07-31 19:43:09 -07:00
type.h ircd::prof: Split type struct into header. 2019-09-21 12:14:01 -07:00
vg.h ircd::prof: Split header into directory. 2019-07-31 19:43:09 -07:00
x86.h ircd: Indicate noexcept on advised interfaces. 2019-08-05 16:19:20 -07:00

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.