File: BUGS

package info (click to toggle)
kcachegrind 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,964 kB
  • sloc: cpp: 32,149; xml: 403; perl: 325; python: 235; sh: 8; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Visualization state problem (16.12.08)
--------------------------------------

A view on profile data should use its own visualization state, such
as currently selected/activated item, attributes such as
absolute/percentage and so on.
A view can be console output, a toplevel window (we want to support
multiple for the same data!), or even subviews inside of a view
(different cost item activations (REALLY NEEDED)).

Currently, this visualization state is stored either
* in the single Configuration object
* attribute of toplevel windows (eg. options from tool bar)

Problems:
* Which configuration options persistent between runs of the app?

Todo:
* Use separate VisualizationState objects