hi, I am new to Ocelot !
- I generated libocelotTrace and libocelot and both are in /usr/local/lib
- I am linking them by using -locelotrace and -locelot .
- if I print my shared library dependencies using ldd it shows that it is using libocelot ad libocelotTrace
- however I still get no TRACES
I am trying to generate warpsynchrounous trace I have it enabled in my configuration using the following
trace: {
database: "trace/database.trace",
WarpSynchronousGenerator : {
enabled : True ,
emitHotPaths : True
},
......
what could be wrong ??
I read somewhere that "trace capture" should be enabled ! but I don't know how to enable that or where to set it ?
any hint is appreciated !
Thanks
Jad