Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor IPerformanceLogger as an interface
Summary: This type makes more sense as an interface, given a class would be a common implementation (and object types aren't supported in that case). It also adds the names of the parameters so it's easier to understand for implementers. Changelog: [General][Changed] - Changed type definition of IPerformanceLogger from object to interface Reviewed By: lunaleaps Differential Revision: D23449816 fbshipit-source-id: be872748827b123587f3f397da20f5545b0aae07
- Loading branch information