|
| virtual void | SetRecord (tBool abRecord)=0 |
| | Set whether to record profiling infos or not during the next update. {Property}. More...
|
| |
| virtual tBool | GetRecord () const =0 |
| | Get whether to record profiling infos or not during the next update. {Property}. More...
|
| |
| virtual void | Update ()=0 |
| | Update the profiler, once per frame. More...
|
| |
| virtual sProfilerZoneStack * | GetZoneStackDummy () const =0 |
| | {NoAutomation} More...
|
| |
| virtual sProfilerZoneStack ** | GetZoneStack () const =0 |
| | {NoAutomation} More...
|
| |
| virtual void | SetZoneStack (sProfilerZoneStack *apZoneStack)=0 |
| | {NoAutomation} More...
|
| |
| virtual sProfilerZoneStack * | StackAppend (sProfilerZone *apZoneStack)=0 |
| | {NoAutomation} More...
|
| |
| virtual void | GetTimeStamp (tI64 *apTimeStamp) const =0 |
| | {NoAutomation} More...
|
| |
| virtual void | SetReportMode (eProfilerReportMode aMode)=0 |
| |
| virtual eProfilerReportMode | GetReportMode ()=0 |
| |
| virtual void | InputMoveCursor (tI32 anDelta)=0 |
| |
| virtual void | InputSelect ()=0 |
| |
| virtual void | InputSelectParent ()=0 |
| |
| virtual void | InputMoveFrame (tI32 anDelta)=0 |
| |
| virtual void | InputSetFrame (tI32 anFrame)=0 |
| |
| virtual void | InputSetCursor (tI32 anLine)=0 |
| |
| virtual cString | TextReport (tU32 cols, tU32 rows)=0 |
| |
| virtual tBool | DrawTable (ni::iProfDraw *drawer, tF32 sx, tF32 sy, tF32 full_width, tF32 height, tI32 precision)=0 |
| |
| virtual tBool | DrawGraph (ni::iProfDraw *drawer, tF32 sx, tF32 sy, tF32 x_spacing, tF32 y_spacing)=0 |
| |
| virtual tBool | IsOK () const =0 |
| | Check if the object is valid. More...
|
| |
| virtual tI32 | AddRef ()=0 |
| | Signal that one more reference of the object has been created. More...
|
| |
| virtual tI32 | Release ()=0 |
| | Release a reference of the object. More...
|
| |
| virtual void | DeleteThis ()=0 |
| | Bypass any reference counting and delete this object. More...
|
| |
| virtual void | Invalidate ()=0 |
| | Invalidate the object. More...
|
| |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| | Query an interface. More...
|
| |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| | Fill a UUID list containing the UUIDs of the implemented interfaces. More...
|
| |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| | Set the reference counter directly. More...
|
| |
| virtual tI32 | GetNumRefs () const =0 |
| | Get the number of references to this object. More...
|
| |