Add some debug code to time things in the process
[ardour.git] / libs / ardour / session.cc
index 37349cc5fb0cc2671f2697d2d94ca6c6c3e95807..26b3d47b7e10fbffbcd1d600e9ac33b9c9d57afc 100644 (file)
@@ -217,6 +217,9 @@ Session::Session (AudioEngine &eng,
 
 Session::~Session ()
 {
+#ifdef PT_TIMING       
+       ST.dump ("ST.dump");
+#endif 
        destroy ();
 }