MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / SaveBenchmark

Method SaveBenchmark

python/timing.py:102–104  ·  view source on GitHub ↗

Makes the timing the new benchmark for that object.

(self)

Source from the content-addressed store, hash-verified

100 return self.CompareTo("benchmark")
101
102 def SaveBenchmark(self):
103 """ Makes the timing the new benchmark for that object. """
104 self.Save("benchmark")
105
106
107__all__ = ["Timing"]

Callers 1

timing.pyFile · 0.80

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected