@@ -268,7 +268,7 @@ function print(io::IO,
268
268
end
269
269
any_nosamples = true
270
270
if format === :tree
271
- Base. print (io, " Overhead ╎ [+additional indent] Count File:Line; Function\n " )
271
+ Base. print (io, " Overhead ╎ [+additional indent] Count File:Line Function\n " )
272
272
Base. print (io, " =========================================================\n " )
273
273
end
274
274
if groupby == [:task , :thread ]
@@ -990,7 +990,7 @@ function tree_format(frames::Vector{<:StackFrameTree}, level::Int, cols::Int, ma
990
990
link = editor_link (path, li. line)
991
991
styled " {link=$link:$styled_path}"
992
992
end
993
- strs[i] = Base. annotatedstring (stroverhead, " ╎" , base, strcount, " " , rich_file, " ; " , fname)
993
+ strs[i] = Base. annotatedstring (stroverhead, " ╎" , base, strcount, " " , rich_file, " " , fname)
994
994
if frame. overhead > 0
995
995
strs[i] = styled " {bold:$(strs[i])}"
996
996
end
@@ -1160,7 +1160,7 @@ function print_tree(io::IO, bt::StackFrameTree{T}, cols::Int, fmt::ProfileFormat
1160
1160
filenamemap = FileNameMap ()
1161
1161
worklist = [(bt, 0 , 0 , AnnotatedString (" " ))]
1162
1162
if ! is_subsection
1163
- Base. print (io, " Overhead ╎ [+additional indent] Count File:Line; Function\n " )
1163
+ Base. print (io, " Overhead ╎ [+additional indent] Count File:Line Function\n " )
1164
1164
Base. print (io, " =========================================================\n " )
1165
1165
end
1166
1166
while ! isempty (worklist)
0 commit comments