We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f968a commit abf8194Copy full SHA for abf8194
locales/en-GB/app.ftl
@@ -42,6 +42,14 @@ AppViewRouter--error-from-localhost-url-safari =
42
AppViewRouter--route-not-found--home =
43
.specialMessage = The URL you tried to reach was not recognised.
44
45
+## Backtrace
46
+## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+# Variables:
49
+# $function (String) - Name of the function that was inlined.
50
+Backtrace--inlining-badge = (inlined)
51
+ .title = { $function } was inlined into its caller by the compiler.
52
53
## CallNodeContextMenu
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
55
## panels.
0 commit comments