コード例 #1
0
        protected SubProfileContextBase(ProfileContext profileContext, string name, TimeUnit timeUnit)
        {
            this.TickFactor = timeUnit.GetTickFactor();

            this.ProfileContext = profileContext;
            this.Name           = name;
            this.TimeUnit       = timeUnit;
        }