TimeProfile( ETimingProfiles profile) { this.Profile = profile; }
TimeProfile( ETimingProfiles profile) { this.Profile = profile; this.stopWatch = new System.Diagnostics.Stopwatch(); }