Quantum 3 3.0.13

Protected Member Functions | List of all members
Quantum.Profiling.QuantumGraphProfilerMarkerSeries Class Reference

A graph profiler that records a series of markers. More...

Inheritance diagram for Quantum.Profiling.QuantumGraphProfilerMarkerSeries:
Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesMarker > Quantum.Profiling.QuantumGraphProfilerMarkers

Protected Member Functions

override void OnActivated ()
 Called when enabled SetState(bool).
 
void SetMarkers (params bool[] markers)
 
- Protected Member Functions inherited from Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesMarker >
virtual void OnDeactivated ()
 Called when disabled SetState(bool) More...
 
virtual void OnDeinitialize ()
 Called during Unity OnDestroy More...
 
virtual void OnInitialize ()
 Called during Unity Awake. More...
 
virtual void OnRestore ()
 Called when the profiler is enabled or disabled. More...
 
virtual void OnTargetFPSChanged (int fps)
 Called when Application.targetFrameRate changed during Update. More...
 
virtual void OnUpdate ()
 Called during Unity Update More...
 

Additional Inherited Members

- Public Member Functions inherited from Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesMarker >
void ToggleVisibility ()
 Toggle the visibility of the profiler. More...
 
- Properties inherited from Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesMarker >
TGraph Graph [get]
 The graph object. More...
 
bool IsActive [get]
 Is the profiler active and visible. More...
 
float[] Values [get]
 Recorded values. More...
 

Detailed Description

A graph profiler that records a series of markers.