Skip to content

Commit

Permalink
kram-profie - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alecazam committed Mar 5, 2024
1 parent 498b436 commit da78241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kram-profile/kram-profile/kram_profileApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func loadFileJS(_ path: String) -> String? {

var description: String {
let duration = Double(endTime - startTime) * 1e-6
return "\(id) '\(threadName)' \(duration)s \so(count)x"
return "\(id) '\(threadName)' \(duration)s \(count)x"
}

}
Expand Down

0 comments on commit da78241

Please sign in to comment.