Skip to content

Commit 363ab59

Browse files
committed
Remove use of clock_gettime
1 parent aef73b2 commit 363ab59

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gen/generator.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ output_ignorelist = [
3939
"CHOLMOD_ASSEMBLE_TIME",
4040
"CHOLMOD_ASSEMBLE_TIME2",
4141
"SuiteSparse_long_idd",
42+
"SUITESPARSE_CONFIG_TIMER",
4243
"SUITESPARSE_COMPILER_MAJOR",
4344
"SUITESPARSE_COMPILER_MINOR",
4445
"SUITESPARSE_COMPILER_SUB",

src/solvers/wrappers.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3402,8 +3402,6 @@ const SUITESPARSE_COMPILER_MSC = 0
34023402

34033403
const SUITESPARSE_COMPILER_XLC = 0
34043404

3405-
const SUITESPARSE_CONFIG_TIMER = clock_gettime
3406-
34073405
const SUITESPARSE_TIME = SuiteSparse_time()
34083406

34093407
const SUITESPARSE_DATE = "Oct 10, 2024"

0 commit comments

Comments
 (0)