spdlog
spdlog copied to clipboard
why the symbol of stopwatch not in libspdlog.dylib
OS: macos use
nm -gU libspdlog.dylib | c++filt > libspdlogCppflit.txt
can not find any method of stopwatch in the txt file
I don't think stopwatch generates symbols because it doesn't have a .cpp file.