Skip to content

Commit 937352a

Browse files
authored
Merge pull request #11910 from swiftix/resilience-performance1
Add experimental support for tracking the invocations of runtime functions
2 parents 57454eb + 8dfdcd9 commit 937352a

10 files changed

+1502
-0
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ set(SWIFTLIB_ESSENTIAL
107107
REPL.swift
108108
Reverse.swift
109109
Runtime.swift.gyb
110+
RuntimeFunctionCounters.swift
110111
SipHash.swift.gyb
111112
SentinelCollection.swift
112113
Sequence.swift

stdlib/public/core/GroupInfo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"Print.swift",
165165
"REPL.swift",
166166
"Runtime.swift",
167+
"RuntimeFunctionCounters.swift",
167168
"Shims.swift",
168169
"ThreadLocalStorage.swift",
169170
"Unmanaged.swift",

0 commit comments

Comments
 (0)