@@ -268,7 +268,7 @@ function print(io::IO,
268268 end
269269 any_nosamples = true
270270 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 " )
272272 Base. print (io, " =========================================================\n " )
273273 end
274274 if groupby == [:task , :thread ]
@@ -990,7 +990,7 @@ function tree_format(frames::Vector{<:StackFrameTree}, level::Int, cols::Int, ma
990990 link = editor_link (path, li. line)
991991 styled " {link=$link:$styled_path}"
992992 end
993- strs[i] = Base. annotatedstring (stroverhead, " ╎" , base, strcount, " " , rich_file, " ; " , fname)
993+ strs[i] = Base. annotatedstring (stroverhead, " ╎" , base, strcount, " " , rich_file, " " , fname)
994994 if frame. overhead > 0
995995 strs[i] = styled " {bold:$(strs[i])}"
996996 end
@@ -1160,7 +1160,7 @@ function print_tree(io::IO, bt::StackFrameTree{T}, cols::Int, fmt::ProfileFormat
11601160 filenamemap = FileNameMap ()
11611161 worklist = [(bt, 0 , 0 , AnnotatedString (" " ))]
11621162 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 " )
11641164 Base. print (io, " =========================================================\n " )
11651165 end
11661166 while ! isempty (worklist)
0 commit comments