Changeset b9d42e in git
- Timestamp:
- Jul 14, 2015, 10:44:14 AM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8e884e9df7639b696d044f972162a1cc15b54838
- Parents:
- 4721534daf9d6092daf10119f83b9b3d7da8a2c8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/reporter/reporter.h
r472153 rb9d42e 29 29 // show current line and wait for <RET>: 30 30 #define TRACE_SHOW_LINE 4 31 // show basering for all l veles of the proc-stack at enteringing/leaving proc,31 // show basering for all levels of the proc-stack at enteringing/leaving proc, 32 32 // requires RDEBUG to be defined: 33 33 #define TRACE_SHOW_RINGS 8 … … 42 42 // show all assigns (via ipassign): 43 43 #define TRACE_ASSIGN 256 44 // show all autom itc type conversions (via ipconv):44 // show all automtic type conversions (via ipconv): 45 45 #define TRACE_CONV 512 46 46 // profiling: print line-no to smon.out:
Note: See TracChangeset
for help on using the changeset viewer.