Beispiel #1
0
 internal void InitializeReporting(bool makeDomain, bool makeInline, bool doAggregate)
 {
     this.reporting   = new Reporting.RootReporting(this, makeDomain, makeInline, doAggregate);
     this.rootContext = MakeContextForScope <Epoch>("Root", this.reporting);
 }
Beispiel #2
0
 internal TimeContextManager(InternalComputation g)
 {
     this.internalComputation = g;
     this.rootContext         = null;
     this.reporting           = null;
 }
Beispiel #3
0
 internal TimeContextManager(Runtime.InternalGraphManager g)
 {
     this.graphManager = g;
     this.rootContext  = null;
     this.reporting    = null;
 }