Exemple #1
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile = profile;
 }
Exemple #2
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile   = profile;
     this.stopWatch = new System.Diagnostics.Stopwatch();
 }
Exemple #3
0
 TimeProfile(
     ETimingProfiles profile)
 {
     this.Profile = profile;
 }