.. _program_listing_file_include_depthai_utility_ProfilingData.hpp: Program Listing for File ProfilingData.hpp ========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/depthai/utility/ProfilingData.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once namespace dai { struct ProfilingData { long long numBytesWritten; long long numBytesRead; }; } // namespace dai