]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/profile.hh
9a1961782be1825fd22ba9daf9d446246fa718ca
[lilypond.git] / lily / include / profile.hh
1 /*
2   profile.hh -- declare property profiling utils.
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef PROFILE_HH
10 #define PROFILE_HH
11
12 #include "lily-guile.hh"
13
14 void note_property_access (SCM *table, SCM sym);
15 extern SCM context_property_lookup_table;
16 extern SCM grob_property_lookup_table;
17 extern SCM prob_property_lookup_table;
18 extern bool profile_property_accesses;
19
20 #endif /* PROFILE_HH */