This commit is contained in:
2026-08-15 17:44:35 +08:00
parent b4094ede44
commit d48f6608ad
18 changed files with 310 additions and 280 deletions
@@ -3,6 +3,7 @@
#include "../Gallery_Enum.h"
#include "../Gallery_Observer_Adminive.h"
#include "../Gallery_Session_Control_Adminive.h"
#include "../common/Gallery_Scheduler_Adminive.h"
#include "../Pixel_Frame.h"
#include "../Web_Performance_Log.h"
#include "render_2D/export.h"
@@ -653,6 +654,8 @@ public:
{"kernel_observer", std::move(observer_data)},
{"consumer_feedback", std::move(consumer_feedback_data)},
{"client_performance", std::move(client_performance_data)},
{"scheduler", adminive::to_frontend_json<nlohmann::json>(
renderive::scheduling::scheduler_statistics())},
{"renderable_observers", controls_.observers(plot_.render_scene())},
{"performance_capture", gallery_performance_capture_json(plot_.render_scene())},
{"last_action_result", last_action_result_}