Package 

Class LongTaskEvent.Script

    • Constructor Detail

      • LongTaskEvent.Script

        LongTaskEvent.Script(Long duration, Long pauseDuration, Long forcedStyleAndLayoutDuration, Number startTime, Number executionStart, String sourceUrl, String sourceFunctionName, Long sourceCharPosition, String invoker, LongTaskEvent.InvokerType invokerType, String windowAttribution)
        Parameters:
        duration - Duration in ns between startTime and when the subsequent microtask queue has finished processing
        pauseDuration - Duration in ns of the total time spent in 'pausing' synchronous operations (alert, synchronous XHR)
        forcedStyleAndLayoutDuration - Duration in ns of the the total time spent processing forced layout and style inside this function
        startTime - Time the entry function was invoked
        executionStart - Time after compilation
        sourceUrl - The script resource name where available (or empty if not found)
        sourceFunctionName - The script function name where available (or empty if not found)
        sourceCharPosition - The script character position where available (or -1 if not found)
        invoker - Information about the invoker of the script
        invokerType - Type of the invoker of the script
        windowAttribution - The container (the top-level document, or an <iframe>) the long animation frame occurred in