Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,761
Issues
2,761
List
Boards
Labels
Service Desk
Milestones
Merge Requests
37
Merge Requests
37
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
dcc48167
Commit
dcc48167
authored
Jan 23, 2019
by
Ell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: in performance-log-viewer.py, some cleanup
(cherry picked from commit
5a6548a4
)
parent
2052de6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
tools/performance-log-viewer.py
tools/performance-log-viewer.py
+4
-5
No files found.
tools/performance-log-viewer.py
View file @
dcc48167
...
...
@@ -1694,13 +1694,12 @@ class VariablesViewer (Gtk.ScrolledWindow):
Gtk
.
ListStore
.
__init__
(
self
,
*
((
str
,
str
,
Gdk
.
RGBA
)
+
n_stats
*
(
str
,)))
enum
.
Enum
.
__init__
(
self
)
for
var
,
var_def
in
var_defs
.
items
():
i
=
self
.
append
(((
var
,
var_def
.
desc
,
Gdk
.
RGBA
(
*
var_def
.
color
))
+
n_stats
*
(
""
,)))
self
.
append
(((
var
,
var_def
.
desc
,
Gdk
.
RGBA
(
*
var_def
.
color
))
+
n_stats
*
(
""
,)))
def
__init__
(
self
,
*
args
,
**
kwargs
):
Gtk
.
Box
.
__init__
(
self
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment