AssemblyCSharp.ProfilerRecording.BalanceError C# (CSharp) Method

BalanceError() public method

public BalanceError ( ) : void
return void
        void BalanceError()
        {
            // this lets you know if you've accidentally
            // used the begin/end functions out of order
            Debug.LogError("ProfilerRecording start/stops not balanced for '"+id+"'");
        }