This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Home
gdenneul edited this page Nov 28, 2014
·
24 revisions
Welcome to the parameter-framework wiki!
- Getting started
- Modifying the example
- Use Alsa & Tinyalsa plugins to parameterize HW-Codec
- Sample files for tutorials
A memory profiling of the parameter-framework has been performed using Valgrind's Massif tool while running the Getting started tutorial. Here is the corresponding visualization:
Obtained using:
valgrind --tool=massif --time-unit=ms --detailed-freq=1 --depth=100 \
test-platform ~/pfw_example ParameterFrameworkConfiguration.xml & \
sleep 0.4; sh ../../pfw_example/run_tuto.sh
run_tuto.sh contains:
remote-process localhost 5001 createExclusiveSelectionCriterionFromStateList Mood mad sad glad
sleep 0.1
remote-process localhost 5001 start
sleep 0.1
remote-process localhost 5000 listCriteria
sleep 0.1
remote-process localhost 5000 dumpDomains
sleep 0.1
remote-process localhost 5001 setCriterionState Mood glad
sleep 0.1
remote-process localhost 5001 applyConfigurations
sleep 0.2
remote-process localhost 5001 exit