columnSelfPercent
The percentage of the CPU time Unity spends in a sample itself, excluding the time from child samples.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Profiling
- Assembly: UnityEditor.CoreModule
public const int columnSelfPercent = 2
Remarks
The percentage is calculated from the columnSelfTime value of the sample divided by the CPU frame time.