summaryrefslogtreecommitdiff
path: root/source/core/slang-performance-profiler.cpp
AgeCommit message (Expand)Author
2024-06-04Use memcpy to replace strncpy_s (#4270)kaizhangNV
2024-06-04Add APIs to get profile of compile time (#4242)kaizhangNV
2024-05-24Fix clang-18 build (#4222)exdal
2024-05-10Fix race-condition and visual artifacts issues (#4152)kaizhangNV
2023-07-11Add perf benchmark utility. (#2977)Yong He