Features/Optimize TreeViews: Difference between revisions
| Line 72: | Line 72: | ||
== How To Test == | == How To Test == | ||
python -m cProfile | To test the changes in the journal we used a python program to start the journal window from a terminal. | ||
You can download it here [http://dev.laptop.org/~gonzalo/start_journal.py] | |||
To use it do: | |||
python -m cProfile start_journal.py > profile.txt | |||
After run it in a Sugar terminal, the view jump to the Home, but in the frame you can see two journal icons. | |||
The second is the profiled version. In the toolbar have a Stop button. | |||
After stop, you can check the profile.txt file. | |||
== User Experience == | == User Experience == | ||