File: BUGS

package info (click to toggle)
kcachegrind 4%3A22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,156 kB
  • sloc: cpp: 28,878; xml: 338; perl: 325; python: 235; sh: 9; 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