@@ -54,21 +54,21 @@ namespace vsg
5454
5555 virtual ref_ptr<Instrumentation> shareOrDuplicateForThreadSafety () { return ref_ptr<Instrumentation>(this ); }
5656
57- virtual void setThreadName (const std::string& /* name*/ ) const {};
57+ virtual void setThreadName (const std::string& /* name*/ ) const {}
5858
59- virtual void enterFrame (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , FrameStamp& /* frameStamp*/ ) const {};
60- virtual void leaveFrame (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , FrameStamp& /* frameStamp*/ ) const {};
59+ virtual void enterFrame (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , FrameStamp& /* frameStamp*/ ) const {}
60+ virtual void leaveFrame (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , FrameStamp& /* frameStamp*/ ) const {}
6161
62- virtual void enter (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , const Object* /* object*/ = nullptr ) const {};
63- virtual void leave (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , const Object* /* object*/ = nullptr ) const {};
62+ virtual void enter (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , const Object* /* object*/ = nullptr ) const {}
63+ virtual void leave (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , const Object* /* object*/ = nullptr ) const {}
6464
65- virtual void enterCommandBuffer (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ ) const {};
66- virtual void leaveCommandBuffer (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ ) const {};
65+ virtual void enterCommandBuffer (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ ) const {}
66+ virtual void leaveCommandBuffer (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ ) const {}
6767
68- virtual void enter (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ , const Object* /* object*/ = nullptr ) const {};
69- virtual void leave (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ , const Object* /* object*/ = nullptr ) const {};
68+ virtual void enter (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ , const Object* /* object*/ = nullptr ) const {}
69+ virtual void leave (const SourceLocation* /* sl*/ , uint64_t & /* reference*/ , CommandBuffer& /* commandBuffer*/ , const Object* /* object*/ = nullptr ) const {}
7070
71- virtual void finish () const {};
71+ virtual void finish () const {}
7272
7373 protected:
7474 virtual ~Instrumentation ();
0 commit comments