Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Exception Cost Test

Author

anonymous

about 2 years ago

Language

C#

Compiler

.NET Core 5.0.201

Options

Exception Cost Test

Author

anonymous

about 2 years ago

$ dotnet build
Getting ready...
The template "Console Application" was created successfully.

Processing post-creation actions...
Running 'dotnet restore' on prog/prog.csproj...
  Determining projects to restore...
  Restored /home/jail/prog/prog.csproj (in 47 ms).
Restore succeeded.

Microsoft (R) Build Engine version 16.9.0+57a23d249 for .NET
Copyright (C) Microsoft Corporation. All rights reserved.

  Determining projects to restore...
  All projects are up-to-date for restore.
  prog -> /home/jail/prog/bin/Debug/net5.0/prog.dll

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:01.26
measureNoExceptionCost: Exceptions: 0, NoExceptions: 0, Duration: 7 ms
measureExceptionCost: Probability: 0%, Exceptions: 0, NoExceptions: 0, Duration: 7 ms
measureExceptionCost: Probability: 1%, Exceptions: 9990, NoExceptions: 0, Duration: 99 ms
measureExceptionCost: Probability: 99%, Exceptions: 990056, NoExceptions: 0, Duration: 8931 ms
Exit Code:
0