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

Function Py_ops_stopTimer

SRC/interpreter/PythonWrapper.cpp:1507–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507static PyObject *Py_ops_stopTimer(PyObject *self, PyObject *args)
1508{
1509 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
1510
1511 if (OPS_stopTimer() < 0) {
1512 opserr<<(void*)0;
1513 return NULL;
1514 }
1515
1516 return wrapper->getResults();
1517}
1518
1519static PyObject *Py_ops_modalDamping(PyObject *self, PyObject *args)
1520{

Callers

nothing calls this directly

Calls 3

OPS_stopTimerFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected