mitsuba-renderer / mitsuba2

Mitsuba 2: A Retargetable Forward and Inverse Renderer
Other
2.05k stars 266 forks source link

Something about code #634

Closed Akua1919 closed 2 years ago

Akua1919 commented 2 years ago

Summary

I am curious about the code in 'CMakeLists.txt' in root directory.

System configuration

Description

As it shows around line 77

if (UNIX)
  option(MTS_ENABLE_PROFILER "Enable sampling profiler" ON)
endif()

Does it matters if I compile on windows?

njroussel commented 2 years ago

Hi @Akua1919

No this option does not matter. I believe it's only used to get performance statistics about which parts of the code Mitsuba is spending it's time in.