From cca7fc41df6eb393b45de6751414e3e6fa4a4ca2 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Tue, 1 Nov 2022 01:41:22 +0000 Subject: [PATCH] minor update --- example/example.uvoptx | 50 +++++++++++++++++++++++++++++++++++++- lib/libperf_counter_gcc.a | Bin 6314 -> 6314 bytes lib/perf_counter.h | 4 +-- lib/perf_counter.lib | Bin 15914 -> 15932 bytes perf_counter.c | 2 ++ perf_counter.h | 4 +-- 6 files changed, 55 insertions(+), 5 deletions(-) diff --git a/example/example.uvoptx b/example/example.uvoptx index fc488ea..f42dba7 100644 --- a/example/example.uvoptx +++ b/example/example.uvoptx @@ -364,6 +364,54 @@ 0 0 + 94 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + <1>.\main.c + + +
+ + 1 + 0 + 93 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + <1>.\main.c + + +
+ + 2 + 0 + 92 + 1 +
0
+ 0 + 0 + 0 + 0 + 0 + 0 + <1>.\main.c + + +
+ + 3 + 0 62 1
0
@@ -693,7 +741,7 @@ application - 1 + 0 0 0 0 diff --git a/lib/libperf_counter_gcc.a b/lib/libperf_counter_gcc.a index dabfef8cc214203a0eca9413d23bc074f7494886..5a956f19408cd7871db07189a480bee52ff00aa8 100644 GIT binary patch delta 44 mcmZ2wxXN&XG`qQxnVE&D@kS+OW*B?353?W(oRh-tCI|rfTnbwN delta 44 mcmZ2wxXN&XG`op`iK(Tj!A2!zW*B?353?W(oRh-tCI|rcy$U@5 diff --git a/lib/perf_counter.h b/lib/perf_counter.h index da83301..77ad411 100644 --- a/lib/perf_counter.h +++ b/lib/perf_counter.h @@ -35,9 +35,9 @@ extern "C" { */ #define __PERF_COUNTER_VER_MAJOR__ 1 #define __PERF_COUNTER_VER_MINOR__ 9 -#define __PERF_COUNTER_VER_REVISE__ 9 +#define __PERF_COUNTER_VER_REVISE__ 10 -#define __PERF_COUNTER_VER_STR__ "rel" +#define __PERF_COUNTER_VER_STR__ "dev" #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \ diff --git a/lib/perf_counter.lib b/lib/perf_counter.lib index de08bcd98476adc1a1f4341067f2490b43ec1a2a..591357e8c0845f6bf611f23cb3a86d4c1f21c36f 100644 GIT binary patch delta 237 zcmZ2gv!`Z)ccu#i12c`W1q%a%16<%q&bTH~TOzH<2{7K#@n1 J=CP1t0|0b&D^CCb delta 199 zcmdl}v#Mr-ccu{o12c`W`6mVj^G}oSDyVF{VaCL5WUK%M36r&%C8Y{di_+qg^Gowe lQj7HR^%V@w%uEbS%nXdpH^(tAH<2`eDTmNV(sCAZYygvHAb$V= diff --git a/perf_counter.c b/perf_counter.c index f6b17cf..7912ec1 100644 --- a/perf_counter.c +++ b/perf_counter.c @@ -16,6 +16,8 @@ ****************************************************************************/ /*============================ INCLUDES ======================================*/ +#undef __PERF_COUNT_PLATFORM_SPECIFIC_HEADER__ + #include #include #include diff --git a/perf_counter.h b/perf_counter.h index da83301..77ad411 100644 --- a/perf_counter.h +++ b/perf_counter.h @@ -35,9 +35,9 @@ extern "C" { */ #define __PERF_COUNTER_VER_MAJOR__ 1 #define __PERF_COUNTER_VER_MINOR__ 9 -#define __PERF_COUNTER_VER_REVISE__ 9 +#define __PERF_COUNTER_VER_REVISE__ 10 -#define __PERF_COUNTER_VER_STR__ "rel" +#define __PERF_COUNTER_VER_STR__ "dev" #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \