temp sleep log for debugging

This commit is contained in:
Aaron
2009-04-02 11:13:20 -04:00
parent 0f6ca6451f
commit 7d97641828

View File

@@ -178,6 +178,7 @@ bool ExecuteString(Handle<v8::String> source, Handle<v8::Value> name,
}
void sleepms( int ms ) {
cout << "TEMP sleeping " << ms << "ms" << endl;
boost::xtime xt;
boost::xtime_get(&xt, boost::TIME_UTC);
xt.sec += ( ms / 1000 );