0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-03 01:09:05 +02:00
construct/include/ircd/prof
2019-10-08 19:30:48 -07:00
..
instructions.h
prof.h ircd::prof: Add interface to pressure stall information on linux platforms. 2019-10-08 19:30:48 -07:00
psi.h ircd::prof: Add interface to pressure stall information on linux platforms. 2019-10-08 19:30:48 -07:00
README.md
resource.h
scope_cycles.h ircd::prof: Add a scope_cycles utility device. 2019-09-21 12:15:31 -07:00
syscall_timer.h
system.h ircd::prof: Remove cruft; minor cleanup. 2019-09-12 10:18:51 -07:00
times.h
type.h ircd::prof: Split type struct into header. 2019-09-21 12:14:01 -07:00
vg.h
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.