For a research project I am analyzing recordings made using Google Chrome's DevTools Timeline, meaning I run my own software over the saved .json files. I am having trouble understanding their timestamp variable though, and tools such as the EpochConverter do not help. A typical line would be:
{"pid":14038,"tid":17939,"ts":176780856024,"ph":"X","cat":"ipc,toplevel","name":"ChannelReader::DispatchInputData","args":{"class":60,"line":70},"dur":11,"tdur":2,"tts":90016,"bind_id":"0xb35f6002","flow_in":true}
Neither the ts- nor the tts-value provide anything that makes sense. This recording was made with Chrome on Mac. I would much appreciate any help, as for my research it is essential that I'm able to correlate times of scripts. Cheers!