Use transparent color for unknown states in ControlFlow/Resources view
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui / src / org / eclipse / linuxtools / internal / lttng2 / kernel / ui / views / resources / ResourcesEvent.java
index ab7361d1e4d6659e9299860b4039e310c9055c68..d8acb7d0d38f884cfd26d9bdccba3d6eafd649ad 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012 Ericsson
+ * Copyright (c) 2012, 2013 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -76,4 +76,9 @@ public class ResourcesEvent extends TimeEvent {
     public Type getType() {
         return fType;
     }
+
+    @Override
+    public String toString() {
+        return "ResourcesEvent start=" + fTime + " end=" + (fTime + fDuration) + " duration=" + fDuration + " type=" + fType + " value=" + fValue; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
+    }
 }
This page took 0.026942 seconds and 5 git commands to generate.