cache, Quantify

The directory where Quantify stores instrumented object files and libraries. By default, Quantify stores these files in the same directories as their uninstrumented counterparts, unless those directories do not have write permission. In this case, Quantify creates shadow directories in the global cache, <quantifyhome>/cache, where it stores the cache files.

To set the central cache to a directory other than <quantifyhome>/cache, use the -cache-dir option.

To force Quantify to store all cache files in the global cache, use the -always-use-cache-dir option.

You can safely remove the cached files by using the script pure_remove_old_files. Quantify rebuilds any shared libraries required at program run-time.