Gimp/tools/pdbgen/groups.pl
Ell 16bebedc44 pdb: add debug group; add debug-timer-{start,end} procs
Add a debug procedure group, living in 'debug.pdb', which would host
useful debug helper functions.  Functions in this group are not part
of the stable API, and may be changed at any point.

All procedures added to 'debug.pdb' should have a 'debug_' prefix,
and use the new std_pdb_debug() macro, which adds the proper "here be
dragons" warning to their description.

Add two debug procedures: gimp-debug-timer-start() and
gimp-debug-timer-end(), which measure elapsed time, a la
GIMP_TIMER_{START,END}, and can be used to profile script-fu
commands.
2017-04-06 11:48:05 -04:00

59 lines
850 B
Perl

# This file is autogenerated
@groups = qw(
brush
brush_select
brushes
buffer
channel
color
context
debug
display
drawable
drawable_color
drawable_transform
dynamics
edit
fileops
floating_sel
font_select
fonts
gimp
gimprc
gradient
gradient_select
gradients
help
image
image_color_profile
image_convert
image_grid
image_guides
image_sample_points
image_select
image_transform
image_undo
item
item_transform
layer
message
paint_tools
palette
palette_select
palettes
paths
pattern
pattern_select
patterns
plug_in
plug_in_compat
procedural_db
progress
selection
selection_tools
text_layer
text_tool
transform_tools
unit
vectors
);