示例#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;
 }