↓ 1 callersFunctionconv_cache_sizes@brief convert the cache size string to byte,
* example input1: 1024,2048,4096,8192
* example input2: 1GB,2GB,4GB,8GB
* example input3: 1024
* exa
libCacheSim/bin/cachesim/cli_parser.c:439
↓ 1 callersFunctionconv_cache_sizes@brief convert the cache size string to byte,
* example input1: 1024,2048,4096,8192
* example input2: 1GB,2GB,4GB,8GB
* example input3: 1024
* exa
libCacheSim/bin/MRC/parser_mini.c:424
↓ 1 callersFunctionconv_size_str_to_intconvert the size string to int in bytes (or number of objects) Args: size_str: the size string, e.g., 1.5GiB, 1024KiB, 1024, 1.5, etc.
scripts/utils/str_utils.py:4
↓ 1 callersFunctionconvert_to_oracleGeneral* @brief Convert a trace to oracleGeneral format, which is a binary format
* that has time, obj_id, obj_size, next_access_vtime, where
*
libCacheSim/bin/traceUtils/traceConvOracleGeneral.cpp:50