Akka.Tests.Performance.Dispatch.MailboxMemoryFootprintSpec.Setup C# (CSharp) 메소드

Setup() 개인적인 메소드

private Setup ( BenchmarkContext context ) : void
context NBench.BenchmarkContext
리턴 void
        public void Setup(BenchmarkContext context)
        {
            _createMailboxThroughput = context.GetCounter(CreateThroughputCounter);
            _mailboxes = new List<Mailbox>(MailboxCreateNumber);
        }