Returns the start time of the graph. @return A strictly positive integer. @throws IllegalStateException if #setStartTime(long) was never called on this instance before.
()
| 44 | * called on this instance before. |
| 45 | */ |
| 46 | long getStartTime(); |
| 47 | |
| 48 | /** |
| 49 | * Sets the end time of the graph. |
no outgoing calls