vit_vinter

Results 2 issues of vit_vinter

How should one interpret the stats number? For example I got the following stats: ``` _fini(16.442% 79669/484554) _PyEval_EvalFrameDefault(5.368% 26012/484554) _ZN41(5.185% 25124/484554) _ZN42(3.064% 14846/484554) _ZN43(2.447% 11855/484554) _ZN44(1.748% 8472/484554) _ZN45(1.458% 7066/484554) _ZN46(1.454%...

profiler yields: ``` *** stack smashing detected ***: terminated ``` on my Ubuntu 22.04 with g++ 11.4.0 when loading symbol from ld-linux-x86-64.so.2 Such issue can be solved with -fno-stack-protector but...