| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
summary="Only counting memory used by Java heap in Android. This is the
heap size, not actual allocated memory from the app. SeeMy inner perfectionist says this remains confusing to read :/
The metric reports difference between Java totalMemory() and freeMemory(). Can we say that explicitly in the doc? I believe this simple formula explains the matter quicker than references to live objects, the way GC works and the differences with v8.
Overall what I learned today:
The word 'heap' is ambiguous, the part 'allocated_objects' is a lie. Ideally we should rename them, but I am not sure what changes in tooling that would involve. Clarification LGTM with those nits above.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
summary="Only counting memory used by Java heap in Android. This is the
heap size, not actual allocated memory from the app. SeeMy inner perfectionist says this remains confusing to read :/
The metric reports difference between Java totalMemory() and freeMemory(). Can we say that explicitly in the doc? I believe this simple formula explains the matter quicker than references to live objects, the way GC works and the differences with v8.
Overall what I learned today:
The word 'heap' is ambiguous, the part 'allocated_objects' is a lie. Ideally we should rename them, but I am not sure what changes in tooling that would involve. Clarification LGTM with those nits above.
The metric reports totalMemory(), not totalMemory() - freeMemory(). This would be another metric that I was considering adding, but that would not provide a lot of value for the reasons above.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
still lgtm
summary="Only counting memory used by Java heap in Android. This is the
heap size, not actual allocated memory from the app. SeeBenoit LizeMy inner perfectionist says this remains confusing to read :/
The metric reports difference between Java totalMemory() and freeMemory(). Can we say that explicitly in the doc? I believe this simple formula explains the matter quicker than references to live objects, the way GC works and the differences with v8.
Overall what I learned today:
The word 'heap' is ambiguous, the part 'allocated_objects' is a lie. Ideally we should rename them, but I am not sure what changes in tooling that would involve. Clarification LGTM with those nits above.
The metric reports totalMemory(), not totalMemory() - freeMemory(). This would be another metric that I was considering adding, but that would not provide a lot of value for the reasons above.
sorry, I was thinking it is about another metric. Saying that it is totalMemory() would be better then.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[android] Document Java heap metrics
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |