MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / stopTimer

Function stopTimer

SRC/tcl/commands.cpp:8693–8702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8691}
8692
8693int
8694stopTimer(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)
8695{
8696 if (theTimer == 0)
8697 return TCL_OK;
8698
8699 theTimer->pause();
8700 opserr << *theTimer;
8701 return TCL_OK;
8702}
8703
8704int
8705rayleighDamping(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv)

Callers

nothing calls this directly

Calls 1

pauseMethod · 0.80

Tested by

no test coverage detected