You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
562 B
24 lines
562 B
# |
|
# Configuration file for perf profile collection daemon (perfprofd) |
|
# |
|
#------------------------------------------------------------------------ |
|
# |
|
# Destination directory for profiles |
|
# |
|
destination_directory=/data/misc/perfprofd |
|
# |
|
# Config directory for perfprofd |
|
# |
|
config_directory=/data/data/com.google.android.gms/files |
|
# |
|
# Sampling period (for perf -c option) |
|
# |
|
sampling_period=500000 |
|
# |
|
# Average interval to wait between profile collection attempts (seconds) |
|
# |
|
collection_interval=86400 |
|
# |
|
# Number of seconds of profile data to collect |
|
# |
|
sample_duration=3
|
|
|