Update screenshots & title
authorAndrey Kvochko <a.kvochko@samsung.com>
Mon, 25 Sep 2017 15:06:59 +0000 (18:06 +0300)
committerAndrey Kvochko <a.kvochko@samsung.com>
Mon, 25 Sep 2017 15:06:59 +0000 (18:06 +0300)
README.md
screenshots/malloc-Consumed-Graph.png
screenshots/malloc-FlameGraph-Details.png
screenshots/malloc-FlameGraph-Reversed.png
screenshots/malloc-Plain-Statistics.png
screenshots/malloc-Summary.png
screenshots/managed-ReferenceTree.png
screenshots/mmap-private-dirty-Consumed-Graph.png
screenshots/mmap-private-dirty-Plain-Statistics.png

index 4eec8d7..4d94e22 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# CoreCLR Memory Profiling
+# Tizen .NET Memory Profiler
 
 (Original KDE Heaptrack's README can be found [here](docs/HEAPTRACK_README.md))
 
@@ -161,11 +161,11 @@ The profiling tool can show memory consumption of **Managed**, **Malloc** and **
 *   If type T2 is a child of type T1, it means that objects of type T2 reference objects of type T1
 *   Shallow Size is the total size of objects in the reference chain
 *   Referenced Size is the size of objects referenced by the parent object.
-For example, Xamarin.Forms.ResourceDictionary indirectly references 252 bytes of System.Strings in the screenshot
+For example, `System.AppDomainSetup` references 76 bytes of `System.String`s in the screenshot through `System.Object[]`->`System.String[]` chain and 32 bytes of `System.String`s directly.
 ### mmap-allocated memory graphs
 Most of the graphs listed above are also available for mmap-allocated memory.
-![mmap-private-dirty-Plain-Statistics.png](screenshots/mmap-private-dirty-Plain-Statistics.png)
-![mmap-private-dirty-Consumed-Graph.png](screenshots/mmap-private-dirty-Consumed-Graph.png)
+![mmap-private-dirty-Plain-Statistics.png](screenshots/mmap-private-dirty-Plain-Statistics.png)
+![mmap-private-dirty-Consumed-Graph.png](screenshots/mmap-private-dirty-Consumed-Graph.png)
 *   the mmap-allocated memory is divided into four groups (as in /proc/.../smaps): Private_Dirty, Private_Clean, Shared_Clean + Shared_Dirty
     *   Private_Dirty is process-local (not shared) memory that was modified by the process
     *   Private_Clean is process-local (not shared) memory that was loaded from disk and not modified by the process
index 3939e94..68d18ad 100644 (file)
Binary files a/screenshots/malloc-Consumed-Graph.png and b/screenshots/malloc-Consumed-Graph.png differ
index 65be7e8..5b2f8cb 100644 (file)
Binary files a/screenshots/malloc-FlameGraph-Details.png and b/screenshots/malloc-FlameGraph-Details.png differ
index 8915652..e3ed4c1 100644 (file)
Binary files a/screenshots/malloc-FlameGraph-Reversed.png and b/screenshots/malloc-FlameGraph-Reversed.png differ
index 58a188c..d01bcd5 100644 (file)
Binary files a/screenshots/malloc-Plain-Statistics.png and b/screenshots/malloc-Plain-Statistics.png differ
index e43795d..1d791ed 100644 (file)
Binary files a/screenshots/malloc-Summary.png and b/screenshots/malloc-Summary.png differ
index 5b234b8..33678cd 100644 (file)
Binary files a/screenshots/managed-ReferenceTree.png and b/screenshots/managed-ReferenceTree.png differ
index 5503c83..5a93b4d 100644 (file)
Binary files a/screenshots/mmap-private-dirty-Consumed-Graph.png and b/screenshots/mmap-private-dirty-Consumed-Graph.png differ
index a929c46..234385d 100644 (file)
Binary files a/screenshots/mmap-private-dirty-Plain-Statistics.png and b/screenshots/mmap-private-dirty-Plain-Statistics.png differ