Skip to content

Commit 272b7d7

Browse files
author
Gin
committed
cleanup
1 parent 7989ced commit 272b7d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

SerialPrograms/Source/ML/Programs/ML_RunYOLO.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "CommonFramework/VideoPipeline/VideoOverlayScopes.h"
1717
#include "CommonFramework/VideoPipeline/VideoFeed.h"
1818
#include "ML/Inference/ML_YOLOv5Detector.h"
19-
#include "Common/Cpp/MemoryUtilization/MemoryUtilization.h"
2019
#include "ML_RunYOLO.h"
2120

2221
namespace PokemonAutomation{
@@ -41,11 +40,6 @@ RunYOLO_Descriptor::RunYOLO_Descriptor()
4140
RunYOLO::RunYOLO() {}
4241

4342
void RunYOLO::program(NintendoSwitch::SingleSwitchProgramEnvironment& env, NintendoSwitch::ProControllerContext& context){
44-
45-
MemoryUsage mu = process_memory_usage();
46-
std::cout << "Memory usage: " << mu.total_system_memory << " " << mu.total_used_system_memory << " "
47-
<< mu.process_physical_memory << " " << mu.process_virtual_memory << std::endl;
48-
4943
YOLOv5Watcher watcher(env.console.overlay());
5044

5145
wait_until(env.console, context, WallClock::max(), {watcher});

0 commit comments

Comments
 (0)