恢复成自定义协议了

This commit is contained in:
2026-08-11 16:10:02 +08:00
parent 274dd4c044
commit f2c1374a7f
27 changed files with 820 additions and 1526 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include <filesystem>
#include <string_view>
namespace renderive::web {
void initialize_web_performance_log(const std::filesystem::path& log_directory);
void write_web_performance_log(std::string_view json_line) noexcept;
[[nodiscard]] std::filesystem::path web_performance_log_path();
} // namespace renderive::web