| JUnit performs a suite of measurements for local interceptions
of a method using AllLocationsCrosscut.
The test can be used both in native and in runes mode.
In both native and runes mode, the test
testLocalCall calls a number of RUNS
time a void method.
If RUNES in enabled, the following measurements are meaningfull
-
testLocalCallsNormal : measure how much it takes
to call RUNS times a trapped function while extracting argument values
-
testLocalCallsFast : measure how much it takes
to call RUNS times a trapped function without retrieving the actual
arguments from the stack.
version: $Revision: 1.2 $ author: Andrei Popovici |