Brian Silverman | 26e4e52 | 2015-12-17 01:56:40 -0500 | [diff] [blame^] | 1 | |
2 | #include "Internal/HardwareHLReporting.h" | ||||
3 | #include "HAL/HAL.hpp" | ||||
4 | |||||
5 | void HardwareHLReporting::ReportScheduler() { | ||||
6 | HALReport(HALUsageReporting::kResourceType_Command, | ||||
7 | HALUsageReporting::kCommand_Scheduler); | ||||
8 | } | ||||
9 | |||||
10 | void HardwareHLReporting::ReportSmartDashboard() { | ||||
11 | HALReport(HALUsageReporting::kResourceType_SmartDashboard, 0); | ||||
12 | } |