Sha256: 4bf451cafcdd9400555f711074f707b51081e3e0b6890bfb839dcbd54303c008

Contents?: true

Size: 485 Bytes

Versions: 23

Compression:

Stored size: 485 Bytes

Contents

using System;

namespace rho.common
{
    public class RhoEmptyProfiler : RhoProfiler
    {
        public override void CREATE_COUNTER(String name)
        {
        }

        public override void DESTROY_COUNTER(String name)
        {
        }

        public override void FLUSH_COUNTER(String name, String msg)
        {
        }

        public override void START(String name)
        {
        }

        public override void STOP(String name)
        {
        }
    }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.2.beta.1 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.8 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.7 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.6 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.5 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.4 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.3 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.1.beta.2 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.7 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.6 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.5 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.4 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.3 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.2 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-3.0.0.beta.1 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-2.4.1 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs
rhodes-2.4.1.beta.1 platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs