mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
lots of tweaking and adding debug output including operator<</dump(ostream&) methods to help visualize canvas structure
This commit is contained in:
parent
7db5d68cdb
commit
07a505b1b2
15 changed files with 188 additions and 23 deletions
|
|
@ -11,6 +11,7 @@ uint64_t PBD::DEBUG::CanvasEvents = PBD::new_debug_bit ("canvasevents");
|
|||
struct timeval ArdourCanvas::epoch;
|
||||
map<string, struct timeval> ArdourCanvas::last_time;
|
||||
int ArdourCanvas::render_count;
|
||||
int ArdourCanvas::dump_depth;
|
||||
|
||||
void
|
||||
ArdourCanvas::set_epoch ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue