Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philip Trettner
aion
Commits
3b84d51b
Commit
3b84d51b
authored
Nov 21, 2018
by
Philip Trettner
Browse files
clang format
parent
5a6bca9f
Changes
1
Show whitespace changes
Inline
Side-by-side
src/aion/Tracer.hh
View file @
3b84d51b
#pragma once
#include
<string>
#include
<cstdint>
#include
<string>
#include
<thread>
#ifdef _MSC_VER
...
...
@@ -134,7 +134,7 @@ void write_summary_csv(std::string const& filename);
void
write_collapsed_stack
(
std
::
string
const
&
filename
);
/// Json file for use with https://github.com/jlfwong/speedscope
/// see https://github.com/jlfwong/speedscope/wiki/Importing-from-custom-sources
void
write_speedscope_json
(
std
::
string
const
&
filename
);
void
write_speedscope_json
(
std
::
string
const
&
filename
=
"speedscope.json"
);
/// writes various output formats to a given directory
/// NOTE: does nothing if directory does not exist
void
write_dir
(
std
::
string
const
&
path
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment