Пример #1
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile = profile;
 }
Пример #2
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile   = profile;
     this.stopWatch = new System.Diagnostics.Stopwatch();
 }
Пример #3
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile = profile;
 }