Mercurial > hg > xemacs-beta
comparison src/profile.c @ 199:169c0442b401 r20-3b26
Import from CVS: tag r20-3b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:00:33 +0200 |
parents | 3d6bfa290dbd |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
198:a94d4839ade3 | 199:169c0442b401 |
---|---|
262 maphash (mark_profiling_info_maphash, big_profile_table, &closure); | 262 maphash (mark_profiling_info_maphash, big_profile_table, &closure); |
263 inside_profiling = 0; | 263 inside_profiling = 0; |
264 } | 264 } |
265 } | 265 } |
266 | 266 |
267 DEFUN ("clear-profiling-info", Fclear_profiling_info, 0, 0, 0, /* | 267 DEFUN ("clear-profiling-info", Fclear_profiling_info, 0, 0, "", /* |
268 Clear out the recorded profiling info. | 268 Clear out the recorded profiling info. |
269 */ | 269 */ |
270 ()) | 270 ()) |
271 { | 271 { |
272 /* This function does not GC */ | 272 /* This function does not GC */ |