Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Stopwatch
GrandtherAzaMarks
May 25th, 2018
276
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C#
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
System.
Diagnostics
.
Stopwatch
sw
=
new
Stopwatch
(
)
;
sw
.
Start
(
)
;
//code
sw
.
Stop
(
)
;
Console
.
WriteLine
(
(
sw
.
ElapsedMilliseconds
/
100.0
)
.
ToString
(
)
)
;
Add Comment
Please,
Sign In
to add comment
Public Pastes
Makarios Nguyen
2 hours ago | 5.25 KB
Untitled
2 hours ago | 13.14 KB
Untitled
3 hours ago | 7.29 KB
Untitled
4 hours ago | 16.17 KB
Untitled
7 hours ago | 11.54 KB
Untitled
8 hours ago | 16.83 KB
Untitled
10 hours ago | 17.66 KB
Untitled
10 hours ago | 10.06 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!