Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
S2-group
GitHub Repository: S2-group/android-runner
Path: blob/master/AndroidRunner/Plugins/garbagecollection/README.md
907 views

Garbage Collection Plugin

The garbage collection (GC) plugin gathers and counts GC log statements by searching in adb's logcat for logs that meet the format of a GC call as described here.

Configuration

Below an example configuration is found:

"profilers": { "Garbagecollection": { "subject_aggregation" : "default" } }

subject_aggregation string The default configuration for this plugin is the subject aggregation which lists the counted GC calls in a single file for easy further processing.

experiment_aggregation string This plugin contains no default experiment aggregation.