public class ProfilingAgent
extends java.lang.Object
Profiling agent that instruments byte-code to insert calls to
ch.epfl.lamp.grading.instrumented.Profiler#methodCalled(String, String, String)
from the grading project, by using ASM library for byte-code manipulation.