Public Member Functions | |
| virtual void | startProfiling ()=0 |
| Starts profiling. | |
| virtual void | stopProfiling ()=0 |
| Stops profiling. | |
| virtual void | printInfos (std::ostream &output)=0 |
| Displays information from the profiling. | |
| virtual String | implName ()=0 |
| Gives the name of the service that implements the interface. | |
Definition at line 34 of file IMessagePassingProfilingService.h.
|
inlinevirtual |
Definition at line 38 of file IMessagePassingProfilingService.h.