mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-31 19:33:04 +08:00
minor update
This commit is contained in:
parent
47c8c3be6f
commit
197c2a1fe8
Binary file not shown.
@ -317,8 +317,8 @@ __asm(".global __ensure_systick_wrapper\n\t");
|
||||
__perf_counter_printf__( \
|
||||
"--------------------------------------------\r\n"); \
|
||||
__perf_counter_printf__( \
|
||||
__STR " total cycle count: %d [%08x]\r\n", \
|
||||
(int)_, (int)_); \
|
||||
__STR " total cycle count: %ld [%016lx]\r\n", \
|
||||
(long)_, (long)_); \
|
||||
} else { \
|
||||
__VA_ARGS__ \
|
||||
}; \
|
||||
|
@ -317,8 +317,8 @@ __asm(".global __ensure_systick_wrapper\n\t");
|
||||
__perf_counter_printf__( \
|
||||
"--------------------------------------------\r\n"); \
|
||||
__perf_counter_printf__( \
|
||||
__STR " total cycle count: %d [%08x]\r\n", \
|
||||
(int)_, (int)_); \
|
||||
__STR " total cycle count: %ld [%016lx]\r\n", \
|
||||
(long)_, (long)_); \
|
||||
} else { \
|
||||
__VA_ARGS__ \
|
||||
}; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user