Example #1
0
 public void RemoveEntry(ProfilerEntry entry)
 {
     _entries.Remove(entry);
 }
Example #2
0
 public void RegisterEntry(ProfilerEntry entry)
 {
     _entries.Add(entry);
 }