Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
524c42a4
Commit
524c42a4
authored
25 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-03-13 10:21:26 by simonmar]
remove unused gunk.
parent
c5508be6
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/includes/Profiling.h
+1
-14
1 addition, 14 deletions
ghc/includes/Profiling.h
with
1 addition
and
14 deletions
ghc/includes/Profiling.h
+
1
−
14
View file @
524c42a4
/* -----------------------------------------------------------------------------
* $Id: Profiling.h,v 1.
8
2000/03/
08 17:48
:26 simonmar Exp $
* $Id: Profiling.h,v 1.
9
2000/03/
13 10:21
:26 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -32,19 +32,6 @@
#define CC_IS_SUBSUMED 's'
/* 's' => *is* a subsumed cc */
#define CC_IS_BORING 'B'
/* 'B' => *not* a CAF/sub cc */
/* Constants used for abreviated output of data in binary format. The order
* is important and corresponds to the "item" elementType in the XML log
* description. */
#define END_TAG 0
#define CC_TAG 1
#define CCS_TAG 2
#define TYPE_CON_TAG 3
#define HEAP_OBJ_TAG 4
#define TIME_UPDATE_TAG 5
#define HEAP_UPDATE_TAG 6
/* -----------------------------------------------------------------------------
* Data Structures
* ---------------------------------------------------------------------------*/
...
...
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
register
or
sign in
to comment