()
| 83 | const PID = Process.id; |
| 84 | const START = Date.now(); |
| 85 | function tms() { return Date.now() - START; } |
| 86 | |
| 87 | // --- dladdr resolver (light, cached) --------------------------------------- |
| 88 | const symCache = new Map(); |
no outgoing calls
no test coverage detected