Giter VIP home page Giter VIP logo

Comments (3)

DigitalInBlue avatar DigitalInBlue commented on July 19, 2024

Thank you for the report. This looks like a runtime error, not a build error. I don't know what is running, so I can't reproduce this issue. Please provide some more information and I'll be happy to get any problems in the library corrected. (I do not have OSX to test on.)

from celero.

alebcay avatar alebcay commented on July 19, 2024

Hi @DigitalInBlue, sorry to keep you waiting. Here's some more info regarding the issue reported. This is the source file (test.cpp) that is being built:

#include <celero/Celero.h>
#include <chrono>
#include <thread>

CELERO_MAIN

BASELINE(DemoSleep, Baseline, 60, 1) {
  std::this_thread::sleep_for(std::chrono::microseconds(10000));
}
BENCHMARK(DemoSleep, HalfBaseline, 60, 1) {
  std::this_thread::sleep_for(std::chrono::microseconds(5000));
}
BENCHMARK(DemoSleep, TwiceBaseline, 60, 1) {
  std::this_thread::sleep_for(std::chrono::microseconds(20000));
}

It's being compiled with /usr/bin/clang++ -std=c++14 test.cpp -L/usr/local/Cellar/celero/2.8.0/lib -lcelero -o test.

The terminal output is:

Celero
Timer resolution: 0.001000 us
|     Group      |   Experiment    |   Prob. Space   |     Samples     |   Iterations    |    Baseline     |  us/Iteration   | Iterations/sec  |   RAM (bytes)   |
|:--------------:|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:|
zsh: segmentation fault  ./test

The return code is 139.

Please let me know if there's any other information we can provide to make it easier to figure out what's going on here. Thanks!

from celero.

alebcay avatar alebcay commented on July 19, 2024

Sorry, didn't realize that you've released 2.8.1 and 2.8.2. Our builds are passing now. Thanks for fixing this!

from celero.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.