ResourceTest.ConstructionAndGetters 6 0.000869667
ResourceTest.ConstructionWithDifferentCategories 6 0.000373222
ResourceTest.InitialAvailableEqualsCapacity 6 0.000333931
ResourceTest.SetTotalCapacityIncrease 6 0.000321924
ResourceTest.SetTotalCapacityDecreaseAboveAllocated 6 0.000426174
ResourceTest.SetTotalCapacityToZeroWhenNothingAllocated 6 0.000359472
ResourceTest.ReplenishIntervalDefaultIsNullopt 6 0.000342271
ResourceTest.SetAndGetReplenishInterval 6 0.000329021
ResourceTest.CostPerUnitDefaultIsNullopt 6 0.000327215
ResourceTest.SetAndGetCostPerUnit 6 0.000388479
ResourceTest.AllocationThroughResourceManager 6 0.00047366
ResourceTest.DeallocationThroughResourceManager 6 0.000337083
AgentTest.ConstructionWithDefaults 6 0.000842861
AgentTest.ConstructionWithCustomPriority 6 0.000354805
AgentTest.ConstructionWithLowPriority 6 0.000339542
AgentTest.SetPriority 6 0.00035607
AgentTest.DeclareMaxNeedSingle 6 0.00033709
AgentTest.DeclareMaxNeedMultiple 6 0.000387021
AgentTest.DeclareMaxNeedOverwrite 6 0.000342653
AgentTest.RemainingNeedNoAllocation 6 0.000328625
AgentTest.RemainingNeedAfterAllocationThroughManager 6 0.000415104
AgentTest.RemainingNeedUndeclaredResourceReturnsZero 6 0.000361493
AgentTest.CurrentAllocationInitiallyEmpty 6 0.000358167
AgentTest.ModelIdentifierDefault 6 0.000316577
AgentTest.SetAndGetModelIdentifier 6 0.000331188
AgentTest.TaskDescriptionDefault 6 0.000312521
AgentTest.SetAndGetTaskDescription 6 0.000350861
AgentTest.OverwriteMetadata 6 0.000340403
AgentTest.InitialStateIsRegistered 6 0.000329257
SafetyCheckerTest.SimpleSafeState_TwoAgentsOneResource 5 0.000888167
SafetyCheckerTest.UnsafeState_TwoAgentsOneResource 6 0.000377618
SafetyCheckerTest.EmptySystemIsSafe 6 0.000327201
SafetyCheckerTest.SingleAgentSafeWhenResourcesSuffice 6 0.000297472
SafetyCheckerTest.SingleAgentSafeAvailableExceedsNeed 6 0.000303521
SafetyCheckerTest.ClassicTextbookExample_ThreeAgents 5 0.000343708
SafetyCheckerTest.ClassicTextbookExample_UnsafeVariant 6 0.000290632
SafetyCheckerTest.MultiResource_Safe 5 0.000360367
SafetyCheckerTest.MultiResource_Unsafe 6 0.000309806
SafetyCheckerTest.HypotheticalSafe 5 0.000348842
SafetyCheckerTest.HypotheticalUnsafe 6 0.000292958
SafetyCheckerTest.HypotheticalGrantOneUnitStillSafe 6 0.000311403
SafetyCheckerTest.FindGrantableRequests 5 0.000462283
SafetyCheckerTest.FindGrantableRequests_SomeUnsafe 6 0.000329569
SafetyCheckerTest.IdentifyBottleneckAgents 6 0.000295993
SafetyCheckerTest.IdentifyBottleneckAgents_EmptySystem 6 0.000286799
SafetyCheckerTest.AgentWithZeroNeedIsSafe 6 0.000283229
SafetyCheckerTest.AllResourcesAllocatedButAllAgentsSatisfied 5 0.0003599
SafetyCheckerTest.ManyAgentsSafe 5 0.000352667
SafetyCheckerTest.HypotheticalBatchSafe 5 0.000362308
SafetyCheckerTest.HypotheticalBatchUnsafe 6 0.000303944
ResourceManagerTest.RegisterAndQueryResource 6 0.000927111
ResourceManagerTest.QueryNonexistentResourceReturnsNullopt 6 0.00040384
ResourceManagerTest.RegisterMultipleResources 6 0.000354035
ResourceManagerTest.UnregisterResource 6 0.00033534
ResourceManagerTest.UnregisterNonexistentResourceReturnsFalse 6 0.000349708
ResourceManagerTest.AdjustResourceCapacity 6 0.000520708
ResourceManagerTest.RegisterAndQueryAgent 6 0.000366153
ResourceManagerTest.AgentCountTracking 6 0.00035241
ResourceManagerTest.DeregisterAgent 6 0.000328
ResourceManagerTest.DeregisterNonexistentAgentReturnsFalse 6 0.000368465
ResourceManagerTest.GetAllAgents 6 0.000331785
ResourceManagerTest.SimpleRequestAndRelease 6 0.000360042
ResourceManagerTest.ReleaseAllResourcesForAgent 6 0.000353535
ResourceManagerTest.RequestDeniedWhenExceedsMaxClaim 5 0.000452892
ResourceManagerTest.RequestForUnknownResourceThrows 6 0.00043125
ResourceManagerTest.RequestForUnknownAgentThrows 6 0.000364312
ResourceManagerTest.BatchRequestAllGranted 6 0.00033918
ResourceManagerTest.BatchRequestDeniedIfUnsafe 5 0.000405575
ResourceManagerTest.IsSafeInitially 6 0.00033109
ResourceManagerTest.IsSafeAfterValidAllocations 6 0.000363549
ResourceManagerTest.SystemSnapshot 6 0.000336007
ResourceManagerTest.UpdateAgentMaxClaim 6 0.000345979
ResourceManagerTest.DeregisterReleasesResources 6 0.000349646
RequestQueueTest.EnqueueAndDequeue_FIFO_SamePriority 6 0.000734507
RequestQueueTest.EnqueueAndDequeue_PriorityOrdering 6 0.000319938
RequestQueueTest.PeekDoesNotRemove 6 0.000276195
RequestQueueTest.CancelById 6 0.000296646
RequestQueueTest.CancelNonexistentReturnsFalse 6 0.000271458
RequestQueueTest.CancelAllForAgent 6 0.000317993
RequestQueueTest.CancelAllForNonexistentAgentReturnsZero 6 0.000295576
RequestQueueTest.ExpireTimedOut 6 0.00122562
RequestQueueTest.NoExpiredWhenNoTimeouts 6 0.000372993
RequestQueueTest.DequeueEmptyReturnsNullopt 6 0.000299771
RequestQueueTest.PeekEmptyReturnsNullopt 6 0.000274618
RequestQueueTest.EmptyAndSize 6 0.000294153
RequestQueueTest.Full 5 0.0003376
RequestQueueTest.GetAllPending 6 0.000320049
RequestQueueTest.GetPendingForResource 6 0.000275327
RequestQueueTest.WaitAndDequeueTimesOut 6 0.00948272
RequestQueueTest.WaitAndDequeueSucceeds 6 0.00407315
PolicyTest.FifoPolicyOrdersBySubmissionTime 6 0.000835951
PolicyTest.FifoPolicyEmptyInput 6 0.000375632
PolicyTest.FifoPolicySingleRequest 6 0.000348937
PolicyTest.PriorityPolicyOrdersByPriorityDescending 6 0.000327229
PolicyTest.PriorityPolicyFIFOWithinSamePriority 6 0.000323764
PolicyTest.FairnessPolicyOrdersByWaitTimeDescending 6 0.00030925
PolicyTest.FairnessPolicyIgnoresPriority 6 0.00029784
PolicyTest.ShortestNeedPolicyName 6 0.000307229
PolicyTest.DeadlinePolicyName 6 0.000303312
PolicyTest.DeadlinePolicyOrdersByTimeout 6 0.000381583
DeadlockPreventionTest.DiningPhilosophers_AllComplete 5 0.00876603
DeadlockPreventionTest.CircularWaitPrevention_ThreeAgents 5 0.00810617
DeadlockPreventionTest.IncrementalRequestsSafetyPrevention 5 0.00448337
DeadlockPreventionTest.IndividualRequestsMaintainSafety 5 0.000639408
ConcurrentAgentsTest.StressTest_10Agents_3Resources 5 0.00722717
ConcurrentAgentsTest.ConcurrentRegistrationDeregistration 6 0.0010453
ConcurrentAgentsTest.ConcurrentBatchRequests 5 0.00477505
ConcurrentAgentsTest.AsyncRequests 6 0.001079
ConcurrentAgentsTest.HighContention_ScarceResources 5 0.00994419
ProgressTrackerTest.RegisterAndDeregisterAgent 3 0.00145832
ProgressTrackerTest.ReportProgressUpdatesMetricValues 3 0.000621417
ProgressTrackerTest.GetProgressReturnsRecordedMetrics 3 0.000595903
ProgressTrackerTest.StallDetectionAfterThresholdExpires 3 0.0351785
ProgressTrackerTest.StallResolutionOnNewProgressReport 3 0.0360338
ProgressTrackerTest.PerAgentStallThresholdOverride 3 0.0366933
ProgressTrackerTest.GetStalledAgentsReturnsCorrectList 3 0.0374756
ProgressTrackerTest.IsStalledForUnknownAgentReturnsFalse 3 0.00271118
ProgressTrackerTest.StartStopLifecycle 3 0.00161054
ProgressTrackerTest.MonitorEventsEmitted 3 0.0360939
DelegationTrackerNotifyTest.RegisterAndDeregisterAgents 3 0.00276669
DelegationTrackerNotifyTest.ReportSimpleDelegationNoCycle 3 0.00139004
DelegationTrackerNotifyTest.CompleteDelegationRemovesEdge 3 0.00121625
DelegationTrackerNotifyTest.CancelDelegationRemovesEdge 3 0.00114511
DelegationTrackerNotifyTest.GetAllDelegations 3 0.00106121
DelegationTrackerNotifyTest.GetDelegationsFromAgent 3 0.00100504
DelegationTrackerNotifyTest.GetDelegationsToAgent 3 0.000832958
DelegationTrackerNotifyTest.SelfDelegationCycleDetected 3 0.000894069
DelegationTrackerNotifyTest.TwoNodeCycleDetected 3 0.000779167
DelegationTrackerNotifyTest.ThreeNodeCycleDetected 3 0.000976764
DelegationTrackerNotifyTest.NoCycleInLinearChain 3 0.000995792
DelegationTrackerNotifyTest.NotifyOnlyAcceptsDelegationOnCycle 3 0.000826667
DelegationTrackerNotifyTest.FindCycleDetectsExistingCycle 3 0.000711111
DelegationTrackerNotifyTest.FindCycleReturnsNulloptWhenNoCycle 3 0.000814889
DelegationTrackerNotifyTest.DeregisterRemovesAllEdges 3 0.000695208
DelegationTrackerNotifyTest.MonitorEventsEmitted 3 0.000638264
DelegationTrackerRejectTest.RejectDelegationOnCycle 3 0.000624945
DelegationTrackerCancelTest.CancelLatestOnCycle 3 0.000711986
DemandEstimatorTest.MeanOfEmptyStatsIsZero 3 0.00153174
DemandEstimatorTest.MeanOfSingleValue 3 0.000708222
DemandEstimatorTest.MeanOfMultipleValues 3 0.000600722
DemandEstimatorTest.VarianceOfSingleValueIsZero 3 0.00077168
DemandEstimatorTest.VarianceOfMultipleValues 3 0.000716111
DemandEstimatorTest.StddevIsSqrtOfVariance 3 0.000608528
DemandEstimatorTest.ZeroObservationsReturnsColdStartDefault 3 0.000655695
DemandEstimatorTest.SingleObservationReturnsValueTimesHeadroomFactor 3 0.000605417
DemandEstimatorTest.TwoObservationsReturnsStatisticalEstimate 3 0.000646875
DemandEstimatorTest.EstimateIncreasesWithConfidenceLevel 3 0.000596778
DemandEstimatorTest.EstimateFloorIsMaxSingleRequest 3 0.000570736
DemandEstimatorTest.EstimateCapIsMaxCumulativeTimesHeadroom 3 0.000543986
DemandEstimatorTest.HighConfidenceLargerThanLowConfidence 3 0.000609181
DemandEstimatorTest.WindowRespectsHistoryWindowSize 3 0.000556375
DemandEstimatorTest.OldValuesAreOverwrittenInCircularBuffer 3 0.000799917
DemandEstimatorTest.DefaultModeIsStatic 3 0.000697653
DemandEstimatorTest.SetAndGetAgentDemandMode 3 0.000674153
DemandEstimatorTest.ModePersistsAcrossCalls 3 0.000589583
DemandEstimatorTest.ClearAgentRemovesAllStats 3 0.000552861
DemandEstimatorTest.EstimateAllMaxNeedsReturnsAllAgents 3 0.000647069
DemandEstimatorTest.GetStatsForUnknownAgentReturnsNullopt 3 0.000597486
DemandEstimatorTest.RecordAllocationLevelUpdatesMaxCumulative 3 0.000575625
ProbabilisticSafetyTest.SafeStateReturnsSafeProbabilisticResult 3 0.00129828
ProbabilisticSafetyTest.UnsafeStateReturnsUnsafeProbabilisticResult 3 0.000793264
ProbabilisticSafetyTest.ConfidenceLevelRecordedInResult 3 0.000790889
ProbabilisticSafetyTest.SafeSequenceMatchesBinaryCheck 3 0.000641514
ProbabilisticSafetyTest.EstimatedMaxNeedsPopulatedCorrectly 3 0.000602472
ProbabilisticSafetyTest.MaxSafeConfidenceEqualsConfidenceWhenSafe 3 0.000586139
ProbabilisticSafetyTest.MaxSafeConfidenceIsZeroWhenUnsafe 3 0.000645194
ProbabilisticSafetyTest.HypotheticalProbabilistic_SafeGrant 3 0.000587958
ProbabilisticSafetyTest.HypotheticalProbabilistic_UnsafeGrant 3 0.00057
ProbabilisticSafetyTest.MultiResourceProbabilisticCheck 3 0.000578014
DelegationCycleTest.ReportAndCompleteDelegation 3 0.00273225
DelegationCycleTest.CycleDetection_ThreeAgents 3 0.000851306
DelegationCycleTest.CycleDetectedEventEmitted 3 0.000714472
DelegationCycleActionTest.RejectDelegation_PreventsCycle 3 0.000766292
DelegationCycleActionTest.CancelLatest_RemovesCycleEdge 3 0.000743319
DelegationCycleActionTest.DisabledDelegation_NoOps 3 0.0007745
AdaptiveDemandsTest.StaticModeBackwardCompatibility 3 0.00202432
AdaptiveDemandsTest.AdaptiveAgentWithoutDeclaredMaxNeed 3 0.000949389
AdaptiveDemandsTest.AdaptiveRequestGranted 3 0.000720333
AdaptiveDemandsTest.ProbabilisticSafetyCheckHasConfidence 3 0.000749125
AdaptiveDemandsTest.MixedStaticAndAdaptiveModes 3 0.000821986
AdaptiveDemandsTest.HybridModeUsesMinOfEstimatedAndDeclared 3 0.00453475
AdaptiveDemandsTest.AdaptiveRequestDeniedWhenUnsafe 3 0.0681713
AdaptiveDemandsTest.DefaultConfidenceFromConfig 3 0.00182349
ProgressMonitorTest.ProgressReportingKeepsAgentNotStalled 3 0.0252783
ProgressMonitorTest.StallDetectedWhenNoProgress 3 0.0699991
ProgressMonitorTest.MonitorEventsForStallAndResolution 3 0.105202
ProgressMonitorTest.AutoReleaseOnStall 3 0.104961
ProgressMonitorTest.ProgressDisabledIsNoOp 3 0.00139799
ProgressMonitorTest.MultipleAgentsWithDifferentStallStates 3 0.0906874
---
