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.
2 parents 520696a + 757e615 commit dfb2022Copy full SHA for dfb2022
lib/singed/flamegraph.rb
@@ -53,7 +53,7 @@ def open_command
53
end
54
55
def self.generate_filename(label: nil, time: Time.now) # rubocop:disable Rails/TimeZone
56
- formatted_time = time.to_formatted_s(:number)
+ formatted_time = time.strftime('%Y%m%d%H%M%S')
57
basename_parts = ['speedscope', label, formatted_time].compact
58
59
file = Singed.output_directory.join("#{basename_parts.join('-')}.json")
0 commit comments