neuralmagic / deepsparse

Sparsity-aware deep learning inference runtime for CPUs
https://neuralmagic.com/deepsparse/
Other
2.99k stars 173 forks source link

[V2 Logger] root logger #1542

Closed horheynm closed 8 months ago

horheynm commented 8 months ago
Screenshot 2024-01-18 at 11 31 23 AM

Three types of root loggers: system, performance and metric. All root loggers have shared leaf loggers (bc they are singleton). Each root loggers have their own FrequencyFilter. Calling .log(...) will call leaf loggers after the filtering rules passes.