Skip to content

Profiling changes

Profiling changes #27

GitHub Actions / Test Report Release succeeded Apr 18, 2024 in 0s

18 passed, 0 failed and 0 skipped

Tests passed successfully

✅ testoutput.xml

18 tests were completed in 0ms with 18 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
BufferTest 6✅ 0ms
HashTest 2✅ 0ms
RefTest 7✅ 0ms
ScopedBufferTest 3✅ 0ms

✅ BufferTest

BufferTest
  ✅ Constructor
  ✅ Allocate
  ✅ Release
  ✅ Copy_Buffer
  ✅ Copy_DataAndSize
  ✅ Copy_VoidDataAndSize

✅ HashTest

HashTest
  ✅ GenerateFnv_String
  ✅ GenerateFnv_Buffer

✅ RefTest

RefTest
  ✅ Constructor
  ✅ Destructor
  ✅ CopyConstructor
  ✅ CopyAssignment
  ✅ MoveConstructor
  ✅ MoveAssignment
  ✅ CastToPolymorphicType

✅ ScopedBufferTest

ScopedBufferTest
  ✅ Constructor
  ✅ Constructor_Int
  ✅ Constructor_Buffer