• M
    Add --log-utilization option to pbrt. · 6e48cc04
    Matt Pharr 提交于
    Every 100ms, logs CPU (and GPU, if PBRT_NVML is enabled at cmake configure
    time) utilization and memory use to the verbose log.
    
    This is currently only useful on Linux; OSX and Windows need their
    system-specific calls wired up to get current CPU utilization.
    6e48cc04
CMakeLists.txt 34.1 KB