Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
06dd979e
Commit
06dd979e
authored
21 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
Update with gnome canvas memory usage info.
parent
e642b557
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/design_notes.html
+14
-1
14 additions, 1 deletion
doc/design_notes.html
with
14 additions
and
1 deletion
doc/design_notes.html
+
14
−
1
View file @
06dd979e
...
...
@@ -79,14 +79,27 @@ other such stuff, e.g. how about indicating start/end_not_found etc.
<H2>
Gnome Canvas
</H2>
<H3>
Memory usage
</H3>
<P>
An experiment with creating rectangles in a gnome canvas showed that memory overhead
is quite high. The upshot is that each canvas_item rectangle costs about 2600 bytes, this
is probably because each one is represented by a GObject.
<P>
You can see a plot of this data by running gnuplot and displaying the file
gnome_canvas_mem_usage from this docs directory.
<pre>
>
gnuplot
gnuplot
>
plot "gnome_canvas_mem_usage"
</pre>
<HR>
<ADDRESS><a
href=
"mailto:edgrif@sanger.ac.uk"
>
Ed Griffiths
<
edgrif@sanger.ac.uk
>
</a></ADDRESS>
<!-- hhmts start -->
Last modified:
Fri Dec
1
2
1
4:32:10
GMT 200
3
Last modified:
Thu Jan
1
5
1
1:28:57
GMT 200
4
<!-- hhmts end -->
</BODY>
</HTML>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment