aboutsummaryrefslogtreecommitdiff
path: root/src/core/perf_stats.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-04-19 20:10:40 -0400
committerLioncash <mathew1800@gmail.com>2018-04-19 20:12:58 -0400
commite3b6f6c01699f15ee07f1caab6cd19cb5acc72a8 (patch)
treeb497fe468a4ca0d715ffcb0f33fb87dab2fb930d /src/core/perf_stats.cpp
parent412b31ad72da05c9b0e20c5c8e45354b6ff3a6b0 (diff)
glsl_shader_decompiler: Use std::string_view instead of std::string for AddLine()
This function doesn't need to take ownership of the string data being given to it, considering all we do is append the characters to the internal string instance. Instead, use a string view to simply reference the string data without any potential heap allocation. Now anything that is a raw const char* won't need to be converted to a std::string before appending.
Diffstat (limited to 'src/core/perf_stats.cpp')
0 files changed, 0 insertions, 0 deletions