mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 02:52:43 +00:00 
			
		
		
		
	 18cff5e0be
			
		
	
	
		18cff5e0be
		
	
	
	
	
		
			
			This is the origin timestamp of the same monotonic clock used for the performance.now() timestamp. I got a little confused while implementing this, since the numbers are very low. That's because it uses the CLOCK_MONOTONIC system clock, which we start counting from 0 at boot. :^)
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| interface Performance : EventTarget {
 | |
|     double now();
 | |
|     readonly attribute double timeOrigin;
 | |
| }
 |