Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
61f570e8
Commit
61f570e8
authored
Aug 30, 2016
by
Eric Fiselier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #202 - Document Windows dependency on shlwapi.lib
parent
df7bd92a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
README.md
README.md
+10
-0
No files found.
README.md
View file @
61f570e8
...
@@ -9,6 +9,8 @@ Discussion group: https://groups.google.com/d/forum/benchmark-discuss
...
@@ -9,6 +9,8 @@ Discussion group: https://groups.google.com/d/forum/benchmark-discuss
IRC channel: https://freenode.net #googlebenchmark
IRC channel: https://freenode.net #googlebenchmark
[
Known issues for common problems
](
#known-issues
)
## Example usage
## Example usage
### Basic usage
### Basic usage
Define a function that executes the code to be measured.
Define a function that executes the code to be measured.
...
@@ -567,3 +569,10 @@ Anything older *may* work.
...
@@ -567,3 +569,10 @@ Anything older *may* work.
Note: Using the library and its headers in C++03 is supported. C++11 is only
Note: Using the library and its headers in C++03 is supported. C++11 is only
required to build the library.
required to build the library.
# Known Issues
### Windows
*
Users must manually link
`shlwapi.lib`
. Failure to do so may result
in resolved symbols.
\ No newline at end of file
Write
Preview
Markdown
is supported
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