#include "incls/_precompiled.incl"#include "incls/_fprofiler.cpp.incl"Include dependency graph for fprofiler.cpp:

Go to the source code of this file.
Classes | |
| class | tick_counter |
| class | pnode |
| class | interpretedNode |
| class | compiledNode |
| class | FlatProfilerTask |
Functions | |
| static int | compare_nodes (const void *p1, const void *p2) |
| void | print_ticks (char *title, int ticks, int total) |
| void | fprofiler_init () |
Variables | |
| static const int | col2 = 11 |
| static const int | col3 = 30 |
| static const int | col4 = 55 |
| static int compare_nodes | ( | const void * | p1, | |
| const void * | p2 | |||
| ) | [static] |
Definition at line 428 of file fprofiler.cpp.
| void fprofiler_init | ( | ) |
Definition at line 539 of file fprofiler.cpp.
References FlatProfiler::allocate_table().
Here is the call graph for this function:

| void print_ticks | ( | char * | title, | |
| int | ticks, | |||
| int | total | |||
| ) |
Definition at line 435 of file fprofiler.cpp.
References outputStream::print_cr(), and std.
Referenced by FlatProfiler::print().
Here is the call graph for this function:

const int col2 = 11 [static] |
Definition at line 40 of file fprofiler.cpp.
Referenced by pnode::print(), and pnode::print_title().
const int col3 = 30 [static] |
Definition at line 41 of file fprofiler.cpp.
Referenced by pnode::print(), and pnode::print_title().
const int col4 = 55 [static] |
Definition at line 42 of file fprofiler.cpp.
Referenced by pnode::print(), pnode::print_title(), and pnode::print_total().
1.4.7