FreeBASIC  0.91.0
rtl-profile.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
#include "ast.bi"
#include "rtl.bi"
Include dependency graph for rtl-profile.bas:

Go to the source code of this file.

Functions

sub rtlProfileModInit ()
 
sub rtlProfileModEnd ()
 
function_as_ASTNODE_ptr rtlProfileCall_mcount ()
 
sub rtlProfileCall_monstartup ()
 

Variables

FB_RTL_PROCDEF funcdata [to...+1] =
 

Function Documentation

function_as_ASTNODE_ptr rtlProfileCall_mcount ( )

Definition at line 42 of file rtl-profile.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub rtlProfileCall_monstartup ( )

Definition at line 46 of file rtl-profile.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub rtlProfileModEnd ( )

Definition at line 38 of file rtl-profile.bas.

Here is the caller graph for this function:

sub rtlProfileModInit ( )

Definition at line 34 of file rtl-profile.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FB_RTL_PROCDEF funcdata[to...+1] =

Definition at line 12 of file rtl-profile.bas.