Home
last modified time | relevance | path

Searched refs:RES_SIZE_USAGE (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbiapp.cpp518 #define RES_SIZE_USAGE(name, value_in_bytes) \ macro
592 RES_SIZE_USAGE("mem_total", mem_usage.total ); in x_LogOptions()
593 RES_SIZE_USAGE("mem_total_peak", mem_usage.total_peak ); in x_LogOptions()
594 RES_SIZE_USAGE("rss_mem", mem_usage.resident ); in x_LogOptions()
595 RES_SIZE_USAGE("rss_peak_mem", mem_usage.resident_peak); in x_LogOptions()
596 RES_SIZE_USAGE("shared.mem", mem_usage.shared ); in x_LogOptions()
597 RES_SIZE_USAGE("data.mem", mem_usage.data ); in x_LogOptions()
598 RES_SIZE_USAGE("stack.mem", mem_usage.stack ); in x_LogOptions()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbiapp.cpp518 #define RES_SIZE_USAGE(name, value_in_bytes) \ macro
592 RES_SIZE_USAGE("mem_total", mem_usage.total ); in x_LogOptions()
593 RES_SIZE_USAGE("mem_total_peak", mem_usage.total_peak ); in x_LogOptions()
594 RES_SIZE_USAGE("rss_mem", mem_usage.resident ); in x_LogOptions()
595 RES_SIZE_USAGE("rss_peak_mem", mem_usage.resident_peak); in x_LogOptions()
596 RES_SIZE_USAGE("shared.mem", mem_usage.shared ); in x_LogOptions()
597 RES_SIZE_USAGE("data.mem", mem_usage.data ); in x_LogOptions()
598 RES_SIZE_USAGE("stack.mem", mem_usage.stack ); in x_LogOptions()