Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Easy Profiler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Easy Profiler
Commits
a9e6ac08
Commit
a9e6ac08
authored
Dec 27, 2017
by
Victor Zarubkin
Browse files
Options
Downloads
Patches
Plain Diff
Older compiler build
parent
b1bf6a1a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sample/main.cpp
+2
-0
2 additions, 0 deletions
sample/main.cpp
with
2 additions
and
0 deletions
sample/main.cpp
+
2
−
0
View file @
a9e6ac08
...
...
@@ -231,9 +231,11 @@ int main(int argc, char* argv[])
EASY_MAIN_THREAD
;
profiler
::
startListen
();
#ifdef EASY_CONSTEXPR_AVAILABLE
constexpr
int
grrr
[]
{
2
,
-
3
,
4
};
auto
pppp
=
&
grrr
;
EASY_ARRAY
(
"threads count"
,
grrr
,
3
,
false
,
true
,
"blabla"
,
profiler
::
colors
::
Blue
/*, EASY_VIN("threads count")*/
,
profiler
::
OFF
);
#endif
int
*
intPtr
=
new
int
(
2
);
EASY_VALUE
(
"count"
,
*
intPtr
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment