577f84dda9bb9d8688da7af329254083846d34d1,slips.py,,,#,35

Before Change


    evidenceProcessThread = EvidenceProcess(evidenceProcessQueue, outputProcessQueue, config)
    evidenceProcessThread.start()
    evidenceProcessQueue.close()
    outputProcessQueue.put("30|main|Started Evidence thread")

    // Profile thread
    // Create the queue for the profile thread
    profilerProcessQueue = Queue()

After Change


        cursesProcessQueue = Queue()
        cursesProcessThread = CursesProcess(cursesProcessQueue, outputProcessQueue, args.verbose, args.debug, config)
        cursesProcessThread.start()
        outputProcessQueue.put("30|main|Started Curses thread [PID {}]".format(cursesProcessThread.pid))
    elif not args.nologfiles:
        // By parameter, this is True. Then check the conf. Only create the logs if the conf file says True
        do_logs = read_configuration(config, "parameters", "create_log_files")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: 577f84dda9bb9d8688da7af329254083846d34d1
Time: 2019-04-22
Author: eldraco@gmail.com
File Name: slips.py
Class Name:
Method Name:


Project Name: nilmtk/nilmtk
Commit Name: 4a87f3b65125fb105168e4ff3f9aff3edfb9ab58
Time: 2014-05-21
Author: jack-list@xlk.org.uk
File Name: nilmtk/tests/generate_test_data.py
Class Name:
Method Name: create_energy_hdf5


Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: bfff0cb09ae56b722c03f014337346c3a095abea
Time: 2019-04-02
Author: eldraco@gmail.com
File Name: slips.py
Class Name:
Method Name: