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

Function Tcl_ops_stopTimer

SRC/interpreter/TclWrapper.cpp:800–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800static int Tcl_ops_stopTimer(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
801 wrapper->resetCommandLine(argc, 1, argv);
802
803 if (OPS_stopTimer() < 0) return TCL_ERROR;
804
805 return TCL_OK;
806}
807
808static int Tcl_ops_modalDamping(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
809 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_stopTimerFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected