

Public Member Functions | |
| __construct () | |
| ProfileTime () | |
| ProfileEnter ($name) | |
| ProfileExit ($name) | |
| ProfileDump () | |
| GetProfileDump () | |
Private Attributes | |
| $profile | |
| $log | |
Definition at line 6 of file mprofile.class.
| MProfile::__construct | ( | ) |
Brief Description. Complete Description.
Reimplemented from MService.
Definition at line 25 of file mprofile.class.
| MProfile::ProfileTime | ( | ) |
Brief Description. Complete Description.
Definition at line 38 of file mprofile.class.
Referenced by ProfileEnter(), and ProfileExit().
Here is the caller graph for this function:

| MProfile::ProfileEnter | ( | $ | name | ) |
Brief Description. Complete Description.
| $name | (tipo) desc |
Definition at line 53 of file mprofile.class.
References ProfileTime().
Here is the call graph for this function:

| MProfile::ProfileExit | ( | $ | name | ) |
Brief Description. Complete Description.
| $name | (tipo) desc |
Definition at line 69 of file mprofile.class.
References ProfileTime().
Referenced by GetProfileDump(), and ProfileDump().
Here is the call graph for this function:

Here is the caller graph for this function:

| MProfile::ProfileDump | ( | ) |
Brief Description. Complete Description.
Definition at line 86 of file mprofile.class.
References ProfileExit().
Here is the call graph for this function:

| MProfile::GetProfileDump | ( | ) |
Brief Description. Complete Description.
Definition at line 125 of file mprofile.class.
References ProfileExit().
Here is the call graph for this function:

MProfile::$profile [private] |
Attribute Description.
Definition at line 11 of file mprofile.class.
MProfile::$log [private] |
Attribute Description.
Definition at line 16 of file mprofile.class.