MCPcopy Create free account
hub / github.com/Singular/Singular / omGetInfo

Function omGetInfo

omalloc/omStats.c:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112omInfo_t omGetInfo()
113{
114 omUpdateInfo();
115 return om_Info;
116}
117
118void omPrintStats(FILE* fd)
119{

Callers

nothing calls this directly

Calls 1

omUpdateInfoFunction · 0.85

Tested by

no test coverage detected