on windows you would use findstr instead of grep http://technet.microsoft.com/en-us/library/cc732459%28v=ws.10%29.aspx
On Mon, Aug 13, 2012 at 3:43 PM, Jonathan Pryor <j...@xamarin.com> wrote: > On Aug 12, 2012, at 8:04 AM, soyo <lukair1...@gmail.com> wrote: > > I'm interested in the RAM usage of applications. We wrote an application > with monodroid, that uses augmented reality, and it's usage is usually > > 50MB-60MB. > > How are you obtaining these numbers? > > Note that `adb shell ps` numbers are notoriously misleading, and I don't > see anything within ddms that would provide that information either. > > To determine the Mono GC heap size, you should use GC.GetTotalMemory(): > > > http://androidapi.xamarin.com/?link=M%3aSystem.GC.GetTotalMemory(System.Boolean) > > You should also consider enabling GC logging: > > adb shell setprop debug.mono.log gc > http://docs.xamarin.com/android/advanced_topics/diagnostics > > - Jon > > _______________________________________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > -- Extreme Knowledge is not something for which he programs a computer but for which his computer is programming him. -Wozniak - if my programming advice has helped you, feel free to donate to : <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ> <https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KYUXV2PG88YQQ>
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid