remove stg feedback from systemstate flag
This commit is contained in:
parent
3f9a2ed6c0
commit
ba3850cf4d
@ -144,8 +144,17 @@ pub struct StgFeedback
|
|||||||
name: String,
|
name: String,
|
||||||
last_trace: Option<Vec<NodeIndex>>,
|
last_trace: Option<Vec<NodeIndex>>,
|
||||||
}
|
}
|
||||||
|
#[cfg(feature = "feed_stg")]
|
||||||
|
const INTEREST_EDGE : bool = false;
|
||||||
|
#[cfg(feature = "feed_stg")]
|
||||||
|
const INTEREST_NODE : bool = false;
|
||||||
|
#[cfg(feature = "feed_stg")]
|
||||||
|
const INTEREST_AGGREGATE : bool = false;
|
||||||
|
#[cfg(not(feature = "feed_stg"))]
|
||||||
const INTEREST_EDGE : bool = true;
|
const INTEREST_EDGE : bool = true;
|
||||||
|
#[cfg(not(feature = "feed_stg"))]
|
||||||
const INTEREST_NODE : bool = true;
|
const INTEREST_NODE : bool = true;
|
||||||
|
#[cfg(not(feature = "feed_stg"))]
|
||||||
const INTEREST_AGGREGATE : bool = true;
|
const INTEREST_AGGREGATE : bool = true;
|
||||||
fn set_observer_map(trace : &Vec<EdgeIndex>) {
|
fn set_observer_map(trace : &Vec<EdgeIndex>) {
|
||||||
unsafe {
|
unsafe {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user