public EventedProfileContext( ProfileContext profileContext, string name, TimeUnit timeUnit) : base(profileContext, name, timeUnit) { }
protected SubProfileContextBase(ProfileContext profileContext, string name, TimeUnit timeUnit) { this.TickFactor = timeUnit.GetTickFactor(); this.ProfileContext = profileContext; this.Name = name; this.TimeUnit = timeUnit; }