Classes | |
struct | Profiler |
Represents a profiler that can be used for performance profiling. More... | |
class | ProfilerContext |
Represents a profiler context that manages profiling data. More... | |
struct | ProfilerContextData |
Represents the data collected by the profiler for all the threads for a single frame. More... | |
struct | ProfilerData |
Data collected by the profiler. More... | |
class | QuantumGraphPlayerLoopUtility |
A system to add profiler callbacks into the Unity player loop. More... | |
class | QuantumGraphPool |
A pool for QuantumGraphTimer objects. More... | |
class | QuantumGraphProfiler |
The base class for all Quantum graph profilers. More... | |
class | QuantumGraphProfilerDeltaTime |
A graph profiler that records the delta time. More... | |
class | QuantumGraphProfilerFrameTime |
A Quantum graph profiler that records the frame time. More... | |
class | QuantumGraphProfilerGC |
A Quantum graph profiler that records the garbage collection time. More... | |
class | QuantumGraphProfilerMarkers |
A Quantum graph profiler that records custom markers. More... | |
class | QuantumGraphProfilerMarkerSeries |
A graph profiler that records a series of markers. More... | |
class | QuantumGraphProfilerNetworkActivity |
A Quantum graph profiler that shows the time delta between the last received packet. More... | |
class | QuantumGraphProfilerPing |
A Quantum graph profiler that shows the RTT to the server. More... | |
class | QuantumGraphProfilerPredictedFrames |
A Quantum graph profiler that shows how far the simulation is in predicting. More... | |
class | QuantumGraphProfilerRenderTime |
A Quantum graph profiler that shows the render time More... | |
class | QuantumGraphProfilers |
The main management class in the Quantum graph profilers. More... | |
class | QuantumGraphProfilerSimulationTime |
A Quantum graph profiler that shows the simulation time. More... | |
class | QuantumGraphProfilersUtility |
A utility class for Quantum graph profilers. More... | |
class | QuantumGraphProfilerUserScripts |
A Quantum graph profiler that shows the time spent in Unity scripts. More... | |
class | QuantumGraphProfilerValueSeries |
Records a series of values for a graph profiler. More... | |
class | QuantumGraphProfilerVerifiedFrames |
A Quantum graph profiler that shows how many verified frames have been simulated during the last update. More... | |
class | QuantumGraphProfilingStatistics |
A Unity script that renders additional statistics to the graph UI. More... | |
class | QuantumGraphProfilingTools |
A Unity script that renders additional profiling tools to the graph UI. More... | |
class | QuantumGraphSeries |
A graph series is the base class to render graphs in Unity. More... | |
class | QuantumGraphSeriesMarker |
The rendering of a marker series. More... | |
class | QuantumGraphSeriesValue |
The series value graph is used format, average values add graphical features to the graph rendering. More... | |
class | QuantumGraphTimer |
The Quantum graph timer to measure time with a stopwatch. More... | |
struct | Sample |
Represents a sample in the profiler. More... | |
Enumerations | |
enum | SampleType |
Represents the type of sample. More... | |
|
strong |
Represents the type of sample.