zyphor 1.0.3 → 1.0.5
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 +6 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -98,27 +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
|
-
|
|
|
106
|
+
| Resource Allocation & Startup Latency | Sampling Overhead & Render Scaling |
|
|
107
107
|
| :--- | :--- |
|
|
108
|
-
| <img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/benchmark_ram_latency.png" width="450" alt="RAM Usage & Startup Latency
|
|
109
|
-
<p><em>Empirical data visualizer generated directly from benchmark telemetry harness (<code>python scripts/generate_benchmark_charts.py</code>).</em></p>
|
|
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
|
-
###
|
|
113
|
-
|
|
114
|
-
<div align="center">
|
|
115
|
-
<picture>
|
|
116
|
-
<img src="https://raw.githubusercontent.com/miyaniakshar1234/Zyphor/master/screenshot/09-profiler.png" alt="Zyphor Microsecond Process Profiler Proof" width="900">
|
|
117
|
-
</picture>
|
|
118
|
-
<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>
|
|
119
|
-
</div>
|
|
120
|
-
|
|
121
|
-
### Empirical Performance Proof (Measured Benchmarks)
|
|
111
|
+
### Measured Performance Benchmarks
|
|
122
112
|
|
|
123
113
|
| Benchmark Metric | **Zyphor (Zig)** | **btop++ (C++)** | **htop (C)** | **Glances (Python)** |
|
|
124
114
|
| :--- | :---: | :---: | :---: | :---: |
|
|
@@ -131,6 +121,7 @@ Zyphor provides 7 dedicated observatory panels alongside interactive profilers,
|
|
|
131
121
|
|
|
132
122
|
|
|
133
123
|
|
|
124
|
+
|
|
134
125
|
### Feature Comparison Matrix
|
|
135
126
|
|
|
136
127
|
| Feature / Metric | **Zyphor** | **btop++** | **htop** | **Glances** | **Windows Task Mgr** |
|