mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Also report char segment size
This commit is contained in:
parent
a94b4e12a9
commit
348f151e36
1 changed files with 1 additions and 0 deletions
|
|
@ -586,6 +586,7 @@ class HNTrieContainer {
|
|||
dumpInfo() {
|
||||
return [
|
||||
`Buffer size (Uint8Array): ${this.buf32[CHAR1_SLOT].toLocaleString('en')}`,
|
||||
` Char segment size: ${(this.buf32[CHAR1_SLOT] - this.buf32[CHAR0_SLOT]).toLocaleString('en')}`,
|
||||
`WASM: ${this.wasmMemory === null ? 'disabled' : 'enabled'}`,
|
||||
].join('\n');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue