I was wondering if there is a way to measure a given bytecode (class file , that has main function in the original code) runtime using java bytecode instrumentation of asm.
The measure should be as accurate as possible , and if possible in nanoseconds.
Thanks