zyphor 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -98,18 +98,17 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
|
|
|
98
98
|
|
|
99
99
|
---
|
|
100
100
|
|
|
101
|
-
## 📊
|
|
101
|
+
## 📊 Subsystem Benchmarks & Performance Metrics
|
|
102
102
|
|
|
103
|
-
###
|
|
103
|
+
### Subsystem Resource Metrics & Benchmarks
|
|
104
104
|
|
|
105
105
|
<div align="center">
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
<p><em>Real-time microsecond-level process telemetry profiler (Hotkey <code>P</code>) measuring peak jitter, CPU rolling averages, memory growth rates, and thread states.</em></p>
|
|
106
|
+
| Resource Allocation & Startup Latency | Sampling Overhead & Render Scaling |
|
|
107
|
+
| :--- | :--- |
|
|
108
|
+
| <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_ram_latency.png" width="450" alt="RAM Usage & Startup Latency Chart"> | <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_cpu_overhead.png" width="450" alt="CPU Overhead Chart"> |
|
|
110
109
|
</div>
|
|
111
110
|
|
|
112
|
-
###
|
|
111
|
+
### Measured Performance Benchmarks
|
|
113
112
|
|
|
114
113
|
| Benchmark Metric | **Zyphor (Zig)** | **btop++ (C++)** | **htop (C)** | **Glances (Python)** |
|
|
115
114
|
| :--- | :---: | :---: | :---: | :---: |
|
|
@@ -121,6 +120,8 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
|
|
|
121
120
|
| **Binary Executable Size** | **1.1 MB** | 8.2 MB | 3.5 MB | 45+ MB |
|
|
122
121
|
|
|
123
122
|
|
|
123
|
+
|
|
124
|
+
|
|
124
125
|
### Feature Comparison Matrix
|
|
125
126
|
|
|
126
127
|
| Feature / Metric | **Zyphor** | **btop++** | **htop** | **Glances** | **Windows Task Mgr** |
|