We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache records: [ 5650 ] --- Cost time: 12.328316450119019
while ChromeCacheView.exe takes 1 second
ChromeCacheView.exe
The text was updated successfully, but these errors were encountered:
comment out data parser in file chrome.py make cost time reduce to 0.7346768379211426, credit to cProfile and ChatGPT 🎉🎉
chrome.py
0.7346768379211426
cProfile
ChatGPT
self.data = [] # for index in range(4): # addr = struct.unpack('I', block.read(4))[0] # try: # addr = CacheAddress(addr, address.path) # self.data.append(CacheData(addr, dataSize[index], True)) # except CacheAddressError: # pass
Sorry, something went wrong.
No branches or pull requests
while
ChromeCacheView.exe
takes 1 secondThe text was updated successfully, but these errors were encountered: