MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / getAveragePivotTimeInMicro

Method getAveragePivotTimeInMicro

src/common/Statistics.cpp:435–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435unsigned Statistics::getAveragePivotTimeInMicro() const
436{
437 if ( _longAttributes[NUM_TABLEAU_PIVOTS] == 0 )
438 return 0;
439
440 return _longAttributes[TIME_PIVOTS_MICRO] / _longAttributes[NUM_TABLEAU_PIVOTS];
441}
442
443void Statistics::timeout()
444{

Callers 1

displayResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected