Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs2-23wi
project07
Commits
b16153de
Commit
b16153de
authored
2 years ago
by
Snigdha Saha
Browse files
Options
Download
Email Patches
Plain Diff
runtime counter
parent
1bfe94d4
master
No related merge requests found
Pipeline
#78962
failed with stage
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/edu/caltech/cs2/helpers/RuntimeCounter.java
+9
-0
tests/edu/caltech/cs2/helpers/RuntimeCounter.java
with
9 additions
and
0 deletions
+9
-0
tests/edu/caltech/cs2/helpers/RuntimeCounter.java
0 → 100644
View file @
b16153de
package
edu.caltech.cs2.helpers
;
public
class
RuntimeCounter
{
public
static
int
NUM_CALLS
=
0
;
public
static
void
inc
()
{
NUM_CALLS
++;
}
}
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help