mirror of
https://github.com/drasko/codezero.git
synced 2026-02-26 08:43:13 +01:00
12 lines
122 B
C
12 lines
122 B
C
/*
|
|
* Perfmon globals
|
|
*/
|
|
|
|
|
|
#if defined(CONFIG_DEBUG_PERFMON_USER)
|
|
|
|
u64 perfmon_total_cycles;
|
|
u64 current_cycles;
|
|
|
|
#endif
|