mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-02-07 19:34:18 +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__( \
|
__perf_counter_printf__( \
|
||||||
"--------------------------------------------\r\n"); \
|
"--------------------------------------------\r\n"); \
|
||||||
__perf_counter_printf__( \
|
__perf_counter_printf__( \
|
||||||
__STR " total cycle count: %d [%08x]\r\n", \
|
__STR " total cycle count: %ld [%016lx]\r\n", \
|
||||||
(int)_, (int)_); \
|
(long)_, (long)_); \
|
||||||
} else { \
|
} else { \
|
||||||
__VA_ARGS__ \
|
__VA_ARGS__ \
|
||||||
}; \
|
}; \
|
||||||
|
@ -317,8 +317,8 @@ __asm(".global __ensure_systick_wrapper\n\t");
|
|||||||
__perf_counter_printf__( \
|
__perf_counter_printf__( \
|
||||||
"--------------------------------------------\r\n"); \
|
"--------------------------------------------\r\n"); \
|
||||||
__perf_counter_printf__( \
|
__perf_counter_printf__( \
|
||||||
__STR " total cycle count: %d [%08x]\r\n", \
|
__STR " total cycle count: %ld [%016lx]\r\n", \
|
||||||
(int)_, (int)_); \
|
(long)_, (long)_); \
|
||||||
} else { \
|
} else { \
|
||||||
__VA_ARGS__ \
|
__VA_ARGS__ \
|
||||||
}; \
|
}; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user