drewnoakes/string-theory

Allow for Copying of Strings Information

Open

#25 aperta il 21 mar 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (10 fork)github user discovery
feature requestgood first issueux

Metriche repository

Star
 (310 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It would be useful if this information (boxed in red) were able to be copy and pasted:

image

4,086,800 strings, 630,116 unique. 468,564,642 total string bytes, of which 342,442,924 (73.1%) are wasted on duplicates (12.6% of 2,708,496,737 managed heap bytes).

For now I am working around it by using Inspect.exe to grab the string contents.

Guida contributor