mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-11-03 23:22:59 +00:00 
			
		
		
		
	Track allocations while executing computers
This adds a new "java_allocation" metric, which tracks the number of bytes allocated while executing the computer (as measured by Java). This is not an 100% reliable number, but hopefully gives some insight into what computers are doing.
This commit is contained in:
		@@ -210,6 +210,7 @@
 | 
			
		||||
  "tracking_field.computercraft.http_download.name": "HTTP download",
 | 
			
		||||
  "tracking_field.computercraft.http_requests.name": "HTTP requests",
 | 
			
		||||
  "tracking_field.computercraft.http_upload.name": "HTTP upload",
 | 
			
		||||
  "tracking_field.computercraft.java_allocation.name": "Java Allocations",
 | 
			
		||||
  "tracking_field.computercraft.max": "%s (max)",
 | 
			
		||||
  "tracking_field.computercraft.peripheral.name": "Peripheral calls",
 | 
			
		||||
  "tracking_field.computercraft.server_tasks.name": "Server tasks",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user