|
Java Class Encryption and License Management
Create evaluation versions, host- and user based licenses using the same installation package. FREE evaluation version available. www.jsecurity.net |
#include <bytecodeHistogram.hpp>

Static Public Member Functions | |
| static void | reset () PRODUCT_RETURN |
| static int | counter_value () PRODUCT_RETURN0 NOT_PRODUCT( |
| static double | elapsed_time () PRODUCT_RETURN0 |
| static double | frequency () PRODUCT_RETURN0 |
| static void | print () PRODUCT_RETURN |
Friends | |
| class | AbstractInterpreterGenerator |
| class | InterpreterGenerator |
Definition at line 30 of file bytecodeHistogram.hpp.
| static int BytecodeCounter.counter_value | ( | ) | [static] |
Definition at line 46 of file bytecodeHistogram.hpp.
Referenced by MacroAssembler.debug(), frequency(), print(), BytecodeTracer.trace(), and BytecodePrinter.trace().
| double BytecodeCounter::elapsed_time | ( | ) | [static] |
Definition at line 47 of file bytecodeHistogram.cpp.
References os.elapsed_counter(), and os.elapsed_frequency().
Referenced by frequency(), and print().
| double BytecodeCounter::frequency | ( | ) | [static] |
Definition at line 52 of file bytecodeHistogram.cpp.
References counter_value(), and elapsed_time().
Referenced by print().
| void BytecodeCounter::print | ( | ) | [static] |
Definition at line 57 of file bytecodeHistogram.cpp.
References counter_value(), elapsed_time(), frequency(), and outputStream.print_cr().
| void BytecodeCounter::reset | ( | void | ) | [static] |
Definition at line 41 of file bytecodeHistogram.cpp.
References os.elapsed_counter().
Referenced by AbstractInterpreter.initialize().
friend class AbstractInterpreterGenerator [friend] |
Definition at line 35 of file bytecodeHistogram.hpp.
friend class InterpreterGenerator [friend] |
Definition at line 36 of file bytecodeHistogram.hpp.
