https://github.com/JuliaLang/julia
Revision e370e4ea4743e8858ded169f78eaa2adc7517c07 authored by Cody Tapscott on 24 May 2023, 18:26:14 UTC, committed by Cody Tapscott on 24 May 2023, 18:42:19 UTC
This should make it clearer what the responsibilities for each function
are, and fix a bug where conditionally-triggered events could end up with
an invalid total time.
1 parent 046f610
Raw File
Tip revision: e370e4ea4743e8858ded169f78eaa2adc7517c07 authored by Cody Tapscott on 24 May 2023, 18:26:14 UTC
Slightly re-factor timing counts back-end
Tip revision: e370e4e
CITATION.cff
cff-version: 1.2.0
message: "Cite this paper whenever you use Julia"
authors:
- family-names: "Bezanson"
  given-names: "Jeff"
- family-names: "Edelman"
  given-names: "Alan"
- family-names: "Karpinski"
  given-names: "Stefan"
- family-names: "Shah"
  given-names: "Viral B."
title: "Julia: A fresh approach to numerical computing"
version: "v1"
license: "MIT"
doi: "10.1137/141000671"
date-released: 2017-02-07
url: "https://julialang.org"
preferred-citation:
  authors:
    - family-names: "Bezanson"
      given-names: "Jeff"
    - family-names: "Edelman"
      given-names: "Alan"
    - family-names: "Karpinski"
      given-names: "Stefan"
    - family-names: "Shah"
      given-names: "Viral B."
  doi: "10.1137/141000671"
  journal: "SIAM Review"
  month: 9
  start: 65
  end: 98
  pages: 33
  title: "Julia: A fresh approach to numerical computing"
  type: article
  volume: 59
  issue: 1
  year: 2017
  publisher:
    name: "SIAM"
back to top