private bool ReadActiveState()
 {
     if (this.m_Area == ProfilerArea.GPU)
     {
         return(InspectorState.GetBool("ProfilerChart" + this.m_Area, false));
     }
     return(EditorPrefs.GetBool("ProfilerChart" + this.m_Area, true));
 }