Esempio n. 1
0
 internal ProfilingState(int profilingId, ProfilingKey profilingKey, bool isEnabled)
 {
     this.profilingId            = profilingId;
     this.profilingKey           = profilingKey;
     this.isEnabled              = isEnabled;
     this.disposeProfileDelegate = null;
     attributes = null;
     beginText  = null;
     startTime  = 0;
 }
Esempio n. 2
0
 internal ProfilingState(int profilingId, ProfilingKey profilingKey, bool isEnabled)
 {
     this.profilingId = profilingId;
     this.profilingKey = profilingKey;
     this.isEnabled = isEnabled;
     this.disposeProfileDelegate = null;
     attributes = null;
     beginText = null;
     startTime = 0;
 }