Search Results for

    Show / Hide Table of Contents

    Class IterationCountAttribute

    Specifies samples count for each benchmark.

    Inheritance
    object
    Attribute
    IterationCountAttribute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: nanoFramework.Benchmark.Attributes
    Assembly: nanoFramework.Benchmark.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public sealed class IterationCountAttribute : Attribute

    Constructors

    IterationCountAttribute(int)

    Initializes a new instance of the IterationCountAttribute class.

    Declaration
    public IterationCountAttribute(int count)
    Parameters
    Type Name Description
    int count

    Samples count.

    Fields

    DefaultIterationCount

    Default samples count when attribute is not added.

    Declaration
    public const ushort DefaultIterationCount = 10
    Field Value
    Type Description
    ushort

    Properties

    Count

    Gets samples count.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX