* Returns the amount of time the graph has been running in milliseconds * @returns number of milliseconds the graph has been running
()
| 705 | * @returns number of milliseconds the graph has been running |
| 706 | */ |
| 707 | getTime(): number { |
| 708 | return this.globaltime |
| 709 | } |
| 710 | |
| 711 | /** |
| 712 | * Returns the amount of time accumulated using the fixedtime_lapse var. |
no outgoing calls
no test coverage detected