Home
last modified time | relevance | path

Searched refs:getCurrentRSS (Results 1 – 19 of 19) sorted by relevance

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/Test/
H A DtestModelCopy.cpp100 const size_t mem0 = getCurrentRSS(); in testCopyModel()
107 const size_t mem1 = getCurrentRSS(); in testCopyModel()
172 const size_t mem2 = getCurrentRSS(); in testCopyModel()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/infra/
H A DfrTime.cpp59 getCurrentRSS() / (1024.0 * 1024.0), in print()
81 << getCurrentRSS() * 1.0 / 1024 / 1024 << " (MB)"; in operator <<()
H A DfrTime.h39 extern size_t getCurrentRSS();
H A DfrTime_helper.cpp113 size_t getCurrentRSS() in getCurrentRSS() function
/dports/www/mod_wsgi4/mod_wsgi-4.7.0/src/server/
H A Dwsgi_memory.c90 static size_t getCurrentRSS(void) in getCurrentRSS() function
138 size_t wsgi_get_current_memory_RSS(void) { return getCurrentRSS(); } in wsgi_get_current_memory_RSS()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Auxiliary/
H A DauxiliaryTestFunctions.h345 size_t mem0 = getCurrentRSS();
350 size_t mem1 = getCurrentRSS();
422 size_t mem0 = getCurrentRSS();
431 mem1 = getCurrentRSS();
435 } while ((getCurrentRSS() != mem1) && (++cnt < 100));
H A DgetRSS.h89 size_t getCurrentRSS( ) in getCurrentRSS() function
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/Components/
H A DtestComponents.cpp188 const size_t instanceSize = getCurrentRSS(); in testComponent()
369 const size_t initMemory = getCurrentRSS(); in testComponent()
379 const size_t finalMemory = getCurrentRSS(); in testComponent()
407 const size_t initMemory = getCurrentRSS(); in testComponent()
416 const size_t finalMemory = getCurrentRSS(); in testComponent()
/dports/math/oink/oink-c1259fe/src/tools/
H A Dgetrss.h19 size_t getCurrentRSS();
H A Dgetrss.c46 getCurrentRSS() in getCurrentRSS() function
H A Dsolve.cpp377 to_h(getCurrentRSS(), buf); in main()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dresource.h13 extern unsigned long long getCurrentRSS(void);
H A Dget_resident_set_size.c104 unsigned long long getCurrentRSS(void) in getCurrentRSS() function
H A Dresource.c135 const unsigned long long usage = getCurrentRSS(); in ft_ckspace()
266 mem = getCurrentRSS();
/dports/biology/diamond/diamond-2.0.13/src/util/system/
H A Dsystem.h14 size_t getCurrentRSS();
H A DgetRSS.cpp87 size_t getCurrentRSS( ) in getCurrentRSS() function
H A Dsystem.cpp93 …log_stream << "Current RSS: " << convert_size(getCurrentRSS()) << ", Peak RSS: " << convert_size(g… in log_rss()
/dports/math/linbox/linbox-1.6.3/benchmarks/
H A Dbenchmark-order-basis.C6 size_t getCurrentRSS( );
10 #define MEMINFO std::right<<" ----> Mem: "<<MB(getCurrentRSS())<<" Mo (Max: "<<MB(getPeakRSS())<…
97 size_t getCurrentRSS( ) in getCurrentRSS() function
/dports/science/cdo/cdo-2.0.0/src/
H A DgetRSS.c87 size_t getCurrentRSS( ) in getCurrentRSS() function