when i try to run memory analysis, "the result you are opening does not contain any data".
taking to the command line:
/opt/intel/vtune_amplifier_xe_2017.0.0.457868/bin64/amplxe-cl -collect memory-access -app-working-dir /home/kook/ClionProjects/t2 -- /home/kook/ClionProjects/t2/cppout silent
i get:
amplxe: Error: Option 'event-config' received value from the next argument: '--sample-after-multiplier=1.0', but it seems to be an option. Use '-option=value' declaration form or make sure that value is not missed
the generated runsa.options file looks like this:
-r
/home/kook/intel/amplxe/projects/cccc/r001macc
--target=host
--itt-config=frame
--bandwidth-limits
--data-limit-mb=500
--mrte-type=java
--event-config=CPU_CLK_UNHALTED.CORE:sa=2300000,CPU_CLK_UNHALTED.REF:sa=2300000,INST_RETIRED.ANY:sa=
2300000,BUS_DRDY_CLOCKS.THIS_AGENT:sa=100003,BUS_TRANS_BURST.SELF:sa=200003
--event-config
--sample-after-multiplier=1.0
--event-mux
--mrte-mode=auto
--
/home/kook/ClionProjects/t2/cppout
silent
notice the spurious --event-config line. I wasnt able to get rid of it with any switches in the gui.