|
@@ -17,6 +17,15 @@ The profiler using "pulling" at a given interval, in this case it is about 1ms.
|
|
|
analysis results. This is the main issue
|
|
|
we had for VTune aside from the gcc arguments we found mentioned above.
|
|
|
|
|
|
-09JUNE20
|
|
|
+09JUN20
|
|
|
! adding srv*C:\local_symbols_cache_location*http://msdl.microsoft.com/download/symbols when running analysis in VTune will add function names in the
|
|
|
-results/analysis (still doesnt link source files however...) this needs to be done everytime to see function names.
|
|
|
+results/analysis (still doesnt link source files however...) this needs to be done everytime to see function names.
|
|
|
+
|
|
|
+11JUN20
|
|
|
+tried to use the below to compile with the supposed debug version of libstdc++ in the Makefile
|
|
|
+g++ $< -L C:\MinGW\lib\gcc\mingw32\8.2.0\debug\ -lstdc++ -D_GLIBCXX_DEBUG -g3 -gdwarf-4 -o $(basename $@)\$@
|
|
|
+This doesn't seem to work and also does not produce the debug symbols we want with VTune anyways.
|
|
|
+VTune is still acting randomly today - i.e. sometimes we get lame.cpp to reference main, sometimes not. Still stuck on libstdc++ debug symbols added.
|
|
|
+Today when opening up VTune, it forgot the prior instructions to start analysis (i.e. fold paths and what project executable to use).
|
|
|
+Program also crashed upon running for the "first run of the day". Analysis results "catch" maybe 1/5 times when using the "User-Mode Sampling" option for
|
|
|
+analysis.
|