Profile FastCGI transport phases

This commit is contained in:
udo
2026-07-16 20:49:13 +00:00
parent bbfbd63b53
commit 83c05111a9
5 changed files with 23 additions and 4 deletions
+2
View File
@@ -305,6 +305,8 @@ struct Request {
struct Stats {
u32 bytes_written = 0;
f64 time_init = 0;
f64 time_params = 0;
f64 time_input = 0;
f64 time_start = 0;
f64 time_end = 0;
u64 mem_high = 0;