Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leftovers #1698

Merged
merged 3 commits into from Aug 2, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 0 additions & 37 deletions docs/manual/existing_performance_counters.qbk
Expand Up @@ -1035,43 +1035,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