Fresco/Berlin/modules/Layout StageImpl.cc,1.54,1.55
Tobias Hunger <[email protected]> Mon, 03 Nov 2003 20:46:14 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/modules/Layout
In directory purcel:/tmp/cvs-serv5518/Berlin/modules/Layout
Modified Files:
StageImpl.cc
Log Message:
Remove Prague's poor man's profiler since it is not really useful and
is the only user of the huge and ifdefy ntree.hh. Closes bug282.
Index: StageImpl.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Layout/StageImpl.cc,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- StageImpl.cc 27 Oct 2003 17:08:38 -0000 1.54
+++ StageImpl.cc 3 Nov 2003 20:45:42 -0000 1.55
@@ -21,7 +21,6 @@
*/
#include <Prague/Sys/Tracer.hh>
-#include <Prague/Sys/Profiler.hh>
#include <Fresco/config.hh>
#include <Fresco/Screen.hh>
#include <Berlin/Provider.hh>
@@ -592,7 +591,6 @@
{
Trace trace(this, "StageImpl::traverse");
Prague::Guard<Mutex> guard(_mutex);
- // Profiler prf("StageImpl::traverse");
RegionImpl region(Region_var(traversal->current_allocation()));
Geometry::Rectangle<Coord> rectangle;
rectangle.l = region.lower.x;
@@ -776,7 +774,6 @@
void StageImpl::move(StageHandleImpl *handle, const Vertex &p)
{
Trace trace(this, "StageImpl::move");
- // Prague::Profiler prf("StageImpl::move");
Prague::Guard<Mutex> guard(_mutex);
_tree->remove(handle);