1#
2# Configuration file for perf profile collection daemon (perfprofd)
3#
4#------------------------------------------------------------------------
5#
6# Destination directory for profiles
7#
8destination_directory=/data/misc/perfprofd
9#
10# Config directory for perfprofd
11#
12config_directory=/data/data/com.google.android.gms/files
13#
14# Sampling period (for perf -c option)
15#
16sampling_period=500000
17#
18# Average interval to wait between profile collection attempts (seconds)
19#
20collection_interval=86400
21#
22# Number of seconds of profile data to collect
23#
24sample_duration=3
25