mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			365 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			365 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <PerformanceTimeline/PerformanceEntry.idl>
 | |
| 
 | |
| [Exposed=(Window,Worker), UseNewAKString]
 | |
| interface PerformanceMeasure : PerformanceEntry {
 | |
|     readonly attribute any detail;
 | |
| };
 | |
| 
 | |
| dictionary PerformanceMeasureOptions {
 | |
|     any detail;
 | |
|     (DOMString or DOMHighResTimeStamp) start;
 | |
|     DOMHighResTimeStamp duration;
 | |
|     (DOMString or DOMHighResTimeStamp) end;
 | |
| };
 | 
