So far, if I add a new profiler within the blinky-core and change the pom file, blinky-core will compile and generate the correct jar file. However, I am not sure how to use classes in blinky-profiler. I have tried this :
<key>config.profilerclassname</key>
<value>org.spideruci.analysis.dynamic.profilers.MethodCallsTracker</value>
But whenever I execute the jar file, an ClassNotFound error will occur. It seems like blinky-core cannot find the package in blinky-profiler. Could you give me some instructions on how to use blinky-profiler?
So far, if I add a new profiler within the blinky-core and change the pom file, blinky-core will compile and generate the correct jar file. However, I am not sure how to use classes in blinky-profiler. I have tried this :
But whenever I execute the jar file, an ClassNotFound error will occur. It seems like blinky-core cannot find the package in blinky-profiler. Could you give me some instructions on how to use blinky-profiler?