Skip to content

Commit

Permalink
Merge pull request #1698 from STEllAR-GROUP/leftovers
Browse files Browse the repository at this point in the history
Remove leftovers
  • Loading branch information
hkaiser committed Aug 2, 2015
2 parents cfa86f5 + e85d23f commit 53e68bb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1,602 deletions.
37 changes: 0 additions & 37 deletions docs/manual/existing_performance_counters.qbk
Expand Up @@ -1060,43 +1060,6 @@ system and application performance.
]
]

[/////////////////////////////////////////////////////////////////////////////]
[table Performance Counters related to LCOs
[[Counter Type] [Counter Instance Formatting] [Parameters] [Description]]
[ [`/full_empty/count/<operation>`

where:[br] `<operation>` is one of the following:
`constructed`, `destructed`, `read_enqueued`, `read_dequeued`, `fired`
]
[`locality#*/total`

where:[br] `*` is the locality id of the locality the number of
invocations of the specified operation should be queried for (see
`<operation>`, e.g. `constructed`, `destructed`, `read_enqueued`,
`read_dequeued`, `fired`). The locality id is a (zero based) number
identifying the locality.]
[None]
[Returns the overall number of operations performed on full-empty bit
data structures on the specified locality.]
]
[ [`/dataflow/count/<operation>`

where:[br] `<operation>` is one of the following:
`constructed`, `destructed`, `initialized`, `fired`
]
[`locality#*/total`

where:[br] `*` is the locality id of the locality the number of
invocations of the specified operation should be queried for (see
`<operation>`, e.g. `constructed`, `destructed`, `initialized`,
`fired`). The locality id is a (zero based) number identifying the
locality.]
[None]
[Returns the overall number of operations performed on dataflow
components on the specified locality.]
]
]

[/////////////////////////////////////////////////////////////////////////////]
[table General Performance Counters exposing Characteristics of Localities
[[Counter Type] [Counter Instance Formatting] [Parameters] [Description]]
Expand Down
9 changes: 0 additions & 9 deletions hpx/hpx_fwd.hpp
Expand Up @@ -628,15 +628,6 @@ namespace hpx
struct object_semaphore;
}

namespace detail
{
enum full_empty_state
{
empty = false,
full = true
};
}

namespace local
{
class barrier;
Expand Down

0 comments on commit 53e68bb

Please sign in to comment.