refactor(core): remove hotpath profiling

hotpath adds noticeable overhead on hot paths, so remove the optional
profiling integration while keeping direct quanta::Instant timing.
This commit is contained in:
fanyang
2026-06-30 00:17:14 +08:00
parent 425a24273b
commit be0b4c7512
44 changed files with 62 additions and 332 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use std::{
};
use dashmap::DashSet;
use hotpath::instant::Instant;
use quanta::Instant;
use tokio::{sync::mpsc, task::JoinSet, time::timeout};
use crate::{