A C P T V 

A

ASMTransformer - Class in ch.epfl.lamp.instragent
 
ASMTransformer() - Constructor for class ch.epfl.lamp.instragent.ASMTransformer
 

C

ch.epfl.lamp.instragent - package ch.epfl.lamp.instragent
 

P

premain(String, Instrumentation) - Static method in class ch.epfl.lamp.instragent.ProfilingAgent
 
ProfilerVisitor - Class in ch.epfl.lamp.instragent
 
ProfilerVisitor(ClassVisitor) - Constructor for class ch.epfl.lamp.instragent.ProfilerVisitor
 
ProfilingAgent - Class in ch.epfl.lamp.instragent
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.
ProfilingAgent() - Constructor for class ch.epfl.lamp.instragent.ProfilingAgent
 

T

transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class ch.epfl.lamp.instragent.ASMTransformer
 

V

visit(int, int, String, String, String, String[]) - Method in class ch.epfl.lamp.instragent.ProfilerVisitor
 
visitMethod(int, String, String, String, String[]) - Method in class ch.epfl.lamp.instragent.ProfilerVisitor
 
A C P T V