Skip to content

Instantly share code, notes, and snippets.

@pepoluan
Created February 23, 2015 12:34
Show Gist options
  • Save pepoluan/81fd393253856eef602c to your computer and use it in GitHub Desktop.
Save pepoluan/81fd393253856eef602c to your computer and use it in GitHub Desktop.
C:\Users\pandu.edward\sims3py\Scripts\python.exe -m sims3utils.test_corrupt --profile E:\z\Sims3\Shrisle_0x00000000\Shrisle_0x00000000.nhd
--profile specified, --quiet (if specified) will be canceled
File to check: E:\z\Sims3\Shrisle_0x00000000\Shrisle_0x00000000.nhd
Stage 1: Header check...OK
Stage 2: Index check...OK
29735 Index Entries in 9.80184892035 seconds
Stage 3: Res check. THIS WILL TAKE A LONG TIME!
29735 Resources in 41.1855053353 seconds
No corruption found.
Profiler results:
CorruptionChecker.step1 : 0.282999992371 seconds
packageparser.readheader : 0.282999992371 seconds
packageparser.readfile : 0.282999992371 seconds
CorruptionChecker.step2.1 : 1.6850001812 seconds
packageparser.readindex : 1.6850001812 seconds
packageparser.readindex.entries : 1.6850001812 seconds
CorruptionChecker.step2.2.overlap : 7.47700214386 seconds
CorruptionChecker.step2.2.stat : 0.099000453949 seconds
CorruptionChecker.step3 : 41.1689999104 seconds
packageparser.get_chunk_by_index : 40.2240009308 seconds
packageparser.get_chunk_by_index.readfile : 0.118999481201 seconds
packageparser.get_chunk_by_index.decompress : 39.6800038815 seconds
Process finished with exit code 0
C:\PyPy2\pypy.exe -m sims3utils.test_corrupt --profile E:\z\Sims3\Shrisle_0x00000000\Shrisle_0x00000000.nhd
--profile specified, --quiet (if specified) will be canceled
File to check: E:\z\Sims3\Shrisle_0x00000000\Shrisle_0x00000000.nhd
Stage 1: Header check...OK
Stage 2: Index check...OK
29735 Index Entries in 6.13726919596 seconds
Stage 3: Res check. THIS WILL TAKE A LONG TIME!
29735 Resources in 6.61058440811 seconds
No corruption found.
Profiler results:
CorruptionChecker.step1 : 3.44800019264 seconds
packageparser.readheader : 3.44800019264 seconds
packageparser.readfile : 3.4470000267 seconds
CorruptionChecker.step2.1 : 0.538999795914 seconds
packageparser.readindex : 0.538999795914 seconds
packageparser.readindex.entries : 0.537999868393 seconds
CorruptionChecker.step2.2.stat : 0.0789997577667 seconds
CorruptionChecker.step2.2.overlap : 5.18000006676 seconds
CorruptionChecker.step3 : 6.61000013351 seconds
packageparser.get_chunk_by_index : 5.92799949646 seconds
packageparser.get_chunk_by_index.readfile : 0.0360004901886 seconds
packageparser.get_chunk_by_index.decompress : 3.57699036598 seconds
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment