summaryrefslogtreecommitdiff
path: root/src/VBox/Main/testcase/tstAPI.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2008-07-25 07:48:31 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2008-07-25 07:48:31 +0000
commit528c62348f6df5707338bcbea6f36c0bdb8a333a (patch)
treee7850f379b9ea3200ca996a875607915db887923 /src/VBox/Main/testcase/tstAPI.cpp
parent5caf66c3bfc78037d168a6f08865696ca2581a2e (diff)
downloadVirtualBox-svn-528c62348f6df5707338bcbea6f36c0bdb8a333a.tar.gz
PerfAPI: Linux implementation ready
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@10878 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Main/testcase/tstAPI.cpp')
-rw-r--r--src/VBox/Main/testcase/tstAPI.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VBox/Main/testcase/tstAPI.cpp b/src/VBox/Main/testcase/tstAPI.cpp
index 3f1b5de3ce8..e20a5e154e6 100644
--- a/src/VBox/Main/testcase/tstAPI.cpp
+++ b/src/VBox/Main/testcase/tstAPI.cpp
@@ -974,17 +974,17 @@ int main(int argc, char *argv[])
printf ("Getting console object...\n");
CHECK_RC_BREAK (session->COMGETTER(Console) (console.asOutParam()));
- RTThreadSleep(3000); // Sleep for 10 seconds
+ RTThreadSleep(5000); // Sleep for 5 seconds
printf("Metrics collected with DSL machine running: --------------------\n");
queryMetrics(collector, ComSafeArrayAsInParam(objects));
// Pause
- printf ("Press enter to pause the VM execution in the remote session...");
- getchar();
+ //printf ("Press enter to pause the VM execution in the remote session...");
+ //getchar();
CHECK_RC (console->Pause());
- RTThreadSleep(10000); // Sleep for 10 seconds
+ RTThreadSleep(5000); // Sleep for 5 seconds
printf("Metrics collected with DSL machine paused: ---------------------\n");
queryMetrics(collector, ComSafeArrayAsInParam(objects));