Memory Analyzer 1.1. was just released!
Check the New and noteworthy page and download it from here.
Java Performance blog
Java and android performance analysis, Eclipse Memory Analyzer
Wednesday, June 22, 2011
Thursday, November 11, 2010
Extending the Eclipse Memory Analyzer
I usally don't post links here but I always wanted to describe here how to extend the Eclipse Memory Analyzer. Since there's now a Slide Deck available that describes briefly how it can be done at
http://www.slideshare.net/AJohnson1/extending-eclipse-memory-analyzer it's not that urgent anymore to post a description here ;-)
I believe there's a huge potential in extending MAT for specific use cases, such as Android, Jruby, Scala etc.
http://www.slideshare.net/AJohnson1/extending-eclipse-memory-analyzer it's not that urgent anymore to post a description here ;-)
I believe there's a huge potential in extending MAT for specific use cases, such as Android, Jruby, Scala etc.
Labels:
android,
memory,
performance
Gepostet von
Unknown
Wednesday, June 09, 2010
Talk at Eclipse demo camp in Mannheim
I will give a short talk/demo of how to use the Eclipse Memory Analyzer for analyzing android applications today, June 10 (19.00 - 21.30) in Mannheim, University A5, C013 at the demo camp event:
http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Mannheim
Hope to see some of you there.
Markus
http://wiki.eclipse.org/Eclipse_DemoCamps_Helios_2010/Mannheim
Hope to see some of you there.
Markus
Gepostet von
Unknown
Wednesday, February 24, 2010
Android memory usage analysis slides available
Yesterday, I gave a talk at the mobile monday android developer day in Düsseldorf.The slides about analysing the memory usage of android applications with the Eclipse Memory Analyzer are available now. Note it might be worth to download the pdf because it contains some notes.
The slides should be interesting for general java developers, not only for android developers.
Also, I want to thank everyone who showed up. It was great talking to all of you!
The slides should be interesting for general java developers, not only for android developers.
Also, I want to thank everyone who showed up. It was great talking to all of you!
Labels:
android,
memory,
performance
Gepostet von
Unknown
Monday, January 25, 2010
New Memory Analyzer release
A new version of the Eclipse Memory analyzer is available for download and from the update site.
This is the last 0.8 release and from now on working on the 1.0 release will start.
This is a bug fix release and here's the list of the most important bugs fixed:
This is the last 0.8 release and from now on working on the 1.0 release will start.
This is a bug fix release and here's the list of the most important bugs fixed:
Gepostet von
Unknown
Thursday, January 21, 2010
First talk about analysing Memory usage on android ever?
I am pleased to announce that I will be speaking at the MobileMonday Developer Day
in Düsseldorf on 23.2.2010.
The talk (in German in English!) will be about analyzing the memory usage analysis of android applications using the Eclipse Memory Analyzer.
in Düsseldorf on 23.2.2010.
The talk (
Titel:
Optimierung des Speicherverbrauchs von Android Anwendungen mit Hilfe des Eclipse Memory Analyzers
Abstract:
Die Minimierung des Speicherverbrauchs ist ein sehr wichtiger Aspekt bei der Entwicklung performanter Android Anwendungen.
Im Vortrag werden die wichtigsten Konzepte zur Analyse des Speicherverbrauchs mittels Heap Dumps vorgestellt.
Anhand von realen Android Anwendungen wird live demonstriert wie der Eclipse Memory Analyzer die Identifikation von "Hot Spots" unterstützt und damit eine wichtige Grundlage zur Optimierung liefert.
Optimierung des Speicherverbrauchs von Android Anwendungen mit Hilfe des Eclipse Memory Analyzers
Abstract:
Die Minimierung des Speicherverbrauchs ist ein sehr wichtiger Aspekt bei der Entwicklung performanter Android Anwendungen.
Im Vortrag werden die wichtigsten Konzepte zur Analyse des Speicherverbrauchs mittels Heap Dumps vorgestellt.
Anhand von realen Android Anwendungen wird live demonstriert wie der Eclipse Memory Analyzer die Identifikation von "Hot Spots" unterstützt und damit eine wichtige Grundlage zur Optimierung liefert.
Gepostet von
Unknown
Thursday, July 09, 2009
Eclipse Memory Analyzer, 10 useful tips/articles
The Eclipse Memory Analyzer has been shipped with Eclipse 3.5 Galileo and I planned to start a new series here about memory usage antipatterns and how to analyze them with MAT.
Unfortunately I'm pretty busy these days and I will need more time for those posts.
But, due to popular demand I decided it would make sense to post some good links (ok, I admit some of them are from myself) about how to use the Eclipse Memory Analyzer.
Please forgive me if I missed some important ones, but I'm really hungry now and therefore just stopped after 10 tips ;)
Just read my memory related blogs: Oh that was number 11, but who cares? ;)
Unfortunately I'm pretty busy these days and I will need more time for those posts.
But, due to popular demand I decided it would make sense to post some good links (ok, I admit some of them are from myself) about how to use the Eclipse Memory Analyzer.
Please forgive me if I missed some important ones, but I'm really hungry now and therefore just stopped after 10 tips ;)
- How to really measure memory usage: The absolute fundamentals
- Check the online help. It has a pretty good introduction chapter.
- Memory leaks are easy to find: Learn how to analyze memory leaks
- Check also one click leak analysis if this is your problem :]
- Memory usage analysis: Learn the fundamental approach for finding the owner of a set of objects
- A typical issue in Goggles Android UI framework: Learn how to analyze memory usage on Googles android platform. Shows a typical issue that can be solved by using lazy initialization.
- Never forget to take a look at your Strings: Learn why String.intern() can be useful
- A tip for analysis Equinox based applications: Learn about a special feature for Eclipse based applications.
- Analysing perm size/classloader problems: Perm size problems can be nasty. Check why a Jruby core developer likes MAT ;)
- If you like webinar's here's an introduction presented by the developers.
Just read my memory related blogs: Oh that was number 11, but who cares? ;)
Labels:
memory
Gepostet von
Unknown
Subscribe to:
Posts (Atom)