Skip to content

Commit

Permalink
Increase loop profile time
Browse files Browse the repository at this point in the history
  • Loading branch information
qhdwight committed Sep 14, 2024
1 parent a631a1e commit b4ed79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions loop_profiler/loop_profiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <unordered_map>

#include <rclcpp/logger.hpp>
#include <rclcpp/logging.hpp>

namespace mrover {

Expand Down
2 changes: 1 addition & 1 deletion simulator/simulator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ namespace mrover {

Clock::time_point mLastTickTime = Clock::now();

LoopProfiler mLoopProfiler{get_logger()};
LoopProfiler mLoopProfiler{get_logger(), 512};

auto renderCamera(Camera& camera, wgpu::CommandEncoder& encoder, wgpu::RenderPassDescriptor const& passDescriptor) -> void;

Expand Down

0 comments on commit b4ed79e

Please sign in to comment.