Tags: mitchilling/profilo
Tags
Creating tag v2018.12.24.00 fbshipit-source-id-base: 394095505d363594d7ecccb5ff908c0e67b17326
Revert D13521598: Log video profiler events when black box is running Differential Revision: D13521598 Original commit changeset: 27787e0ba0e8 fbshipit-source-id: 6906243166fab142f915a534da5e68b963dc12ad
Log video profiler events when black box is running Differential Revision: D13521598 fbshipit-source-id: 27787e0ba0e86330d93785b44d48fed69bd13dbd
Add GC identifiers to python constants Reviewed By: BurntBrunch Differential Revision: D13488821 fbshipit-source-id: f65bef1bacfae4918b9b5274fbe01c8a1ed1eaeb
Check for null pointer before comparing strings Summary: Check for null pointer before comparing strings as without this check name of the symbol (dli_sname) could be null and can cause crash. Reviewed By: BurntBrunch Differential Revision: D13496459 fbshipit-source-id: f51c667402da5441d67126dd31c83ba839b42093
Creating tag v2018.12.17.00 fbshipit-source-id-base: ab0213d7a53104b97fbd843f6bc1468585d86999
PackageInfoProvider: Use default context if getApplicationContext() r… …eturns null Summary: For better consistency across providers handling empty result from `getApplicationContext()` by using the actual passed context. Reviewed By: BurntBrunch Differential Revision: D13403933 fbshipit-source-id: 697324858df829767d95e7155be7ce3efe45a040
Saner API for Logger Summary: The Logger API is quite messy, having multiple functions which differ from one another just by the parameters passed in. This diff consolidates the whole functionality into just 2 functions, which are semantically more meaningful than what we have today - besides representing less code to maintain in the future -. Reviewed By: BurntBrunch Differential Revision: D13146083 fbshipit-source-id: 21358d36ba85271773da47ed10f81e30aae043a0
Cleanup: I/O read/write byte counters Summary: Production data showed that we just have around ~4.5% of traces where the stats are open. The trend is that newer versions have less devices providing io stats. The amount of data is not substantial for any practical use, so I am removing this functionality. Reviewed By: BurntBrunch Differential Revision: D13404912 fbshipit-source-id: 9506a6071cc46feab80d0e8c2631ca7a2c0666c9
Switch 100% to /profilo subfolder in FileManager Summary: I noticed that my traces are created in `cache/` folder and sometimes both in `cache/` and `cache/profilo` folders. I think we can safely remove migration portion now and switch 100% to `profilo` subfolder. As having this duality seems to be error-prone. Every time a user clears the cache we end up in the migration behavior. Reviewed By: BurntBrunch Differential Revision: D13371068 fbshipit-source-id: cc45c01358f5b3eadb2164f986c119ee7d46e051
PreviousNext