PerformanceMark
open class PerformanceMark(markName: String, markOptions: PerformanceMarkOptions = definedExternally) : PerformanceEntry(source)
PerformanceMark
is an interface for PerformanceEntry objects with an PerformanceEntry.entryType of 'mark'
.