Esempio n. 1
0
        /// <summary>
        /// This method informs the device to begin profiling all managed applications
        /// </summary>
        public void EnableProfiling()
        {
            m_rapi.CheckConnection();

            CERegistryKey key = CERegistry.LocalMachine.CreateSubKey(m_perfkey);

            key.SetValue("Counters", 1);
        }