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

Function Tcl_ops_totalCPU

SRC/interpreter/TclWrapper.cpp:1032–1038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032static int Tcl_ops_totalCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1033 wrapper->resetCommandLine(argc, 1, argv);
1034
1035 if (OPS_totalCPU() < 0) return TCL_ERROR;
1036
1037 return TCL_OK;
1038}
1039
1040static int Tcl_ops_solveCPU(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) {
1041 wrapper->resetCommandLine(argc, 1, argv);

Callers

nothing calls this directly

Calls 2

OPS_totalCPUFunction · 0.85
resetCommandLineMethod · 0.45

Tested by

no test coverage detected