Zoom Profiler 1.3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Zoom Profiler 1.3.1 (Default branch)
# 1  
Old 01-30-2009
Zoom Profiler 1.3.1 (Default branch)

Zoom is a low-overhead graphical and command line profiler for Linux. A Zoom profile is system-wide, precise down to the instruction level, and captures backtraces. This lets you see exactly what was running, where time was spent, and how that code was called. Drill down into critical code to get detailed performance data. Zoom analyzes and annotates your code with specific tuning advice for many compilers and processors. Share what you find with colleagues or archive it for later review. Zoom saves profiles as a single, self-contained session file that can be emailed or attached to bug reports. It also supports remote network profiling and scripting. License: Other/Proprietary License with Free Trial Changes:
This release fixes a potential crash when the kernel module cannot be found. x86 processor instruction timing information has been improved. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
rsvg-convert(1) 					      General Commands Manual						   rsvg-convert(1)

NAME
rsvg-convert - turn SVG files into raster images. SYNOPSIS
rsvg-convert [options] in.svg > out.png DESCRIPTION
Converts SVG images into PNG raster images, PDF, PS, or SVG vector images, or dumps of Cairo XML or recording surfaces. OPTIONS -d --dpi-x number Set the X resolution of the image in pixels per inch. RSVG's current default is 90dpi -p --dpi-y number Set the Y resolution of the image in pixels per inch. RSVG's current default is 90dpi -x --x-zoom number X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default. -y --y-zoom number Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default. -z ---zoom number Zoom factor, as a percentage. If unspecified, 1.0 is used as the default. -w --width integer Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default. -h --height integer Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default. -f --format [png, pdf, ps, svg, xml, recording] Specify the output format you wish the image to be saved in. If unspecified, PNG is used as the default. -o --output filename Specify the output filename. If unspecified, outputs to stdout. -a --keep-aspect-ratio Specify that the aspect ratio is to be preserved. If unspecified, aspect ratio will not be preserved. -b --background-color [black, white, #abccee, #aaa...] Specify the background color. If unspecified, none is used as the default. --base-uri uri Specify the base URI for SVG files. If unspecified, none is used as the default. -v --version Display what version of rsvg this is. MORE INFORMATION
http://librsvg.sourceforge.net/ http://www.w3.org/TR/SVG11/ http://www.gnome.org/ AUTHORS
Dom Lachowicz (cinamod@hotmail.com), Caleb Moore (c.moore@student.unsw.edu.au), and a host of others. rsvg-convert(1)