index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[timings-export] Implement JSON + CSV timngs export.
Jeroen van Rijn
2021-11-09
1
-5
/
+10
*
Simplify `TIME_SECTION` code
gingerBill
2021-10-12
1
-0
/
+5
*
Add (internal flag) -show-debug-messages
gingerBill
2021-07-13
1
-1
/
+0
*
Temporarily disable `-threaded-checker`; Restructure the untyped-expr-info sy...
gingerBill
2021-07-13
1
-3
/
+4
*
fix timings.cpp for M1
gingerBill
2021-02-25
1
-1
/
+7
*
Add `-show-more-timings`
gingerBill
2019-11-10
1
-4
/
+6
*
odin query
gingerBill
2019-05-25
1
-2
/
+1
*
Replaced CLOCK_PROCESS_CPUTIME_ID with CLOCK_MONOTONIC in calls to clock_gett...
Morten Vassvik
2018-07-04
1
-2
/
+2
*
Fix timing on macos
Hasen Judy
2018-05-13
1
-3
/
+25
*
Remove dead code; fix referencing of a type assertion in a selector expression
gingerBill
2018-03-04
1
-1
/
+0
*
`array_make`
gingerBill
2018-02-25
1
-1
/
+1
*
Remove `using` in arrays; Remove `_` non-exported struct fields
gingerBill
2017-11-28
1
-11
/
+39
*
Fix `else do`
Ginger Bill
2017-07-07
1
-6
/
+11
*
Add `-show-timings`; Clean up polymorphic procedure code a bit
Ginger Bill
2017-07-07
1
-4
/
+10
*
Named procedure calls
Ginger Bill
2017-06-11
1
-1
/
+1
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-4
/
+4
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-5
/
+5
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+138
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-105
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-1
/
+1
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-4
/
+4
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-5
/
+5
*
Separate SSA opt; Basic Timings for sections only
Ginger Bill
2016-11-06
1
-0
/
+105