micromegas 0.3.0__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {micromegas-0.3.0 → micromegas-0.3.2}/PKG-INFO +7 -5
- {micromegas-0.3.0 → micromegas-0.3.2}/README.md +6 -4
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/client.py +55 -3
- {micromegas-0.3.0 → micromegas-0.3.2}/pyproject.toml +1 -1
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/__init__.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/client.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/FlightSql_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/FlightSql_pb2_grpc.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/Flight_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/Flight_pb2_grpc.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/__init__.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/arrow_flatbuffers.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/arrow_ipc_reader.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/flightsql/time.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/perfetto.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/request.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/android_energy_consumer_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/android_log_constants_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/builtin_clock_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/gpu_counter_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/perf_events_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/protolog_common_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/sys_stats_counters_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/common/trace_stats_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_game_intervention_list_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_input_event_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_log_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_polled_state_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_sdk_sysprop_guard_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_system_property_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/network_trace_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/packages_list_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/pixel_modem_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/protolog_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/surfaceflinger_layers_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/surfaceflinger_transactions_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/chrome/chrome_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/chrome/v8_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/data_source_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/etw/etw_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/ftrace/ftrace_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/gpu/gpu_counter_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/gpu/vulkan_memory_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/inode_file/inode_file_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/interceptor_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/interceptors/console_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/power/android_power_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/process_stats/process_stats_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/profiling/heapprofd_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/profiling/java_hprof_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/profiling/perf_event_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/statsd/atom_ids_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/statsd/statsd_tracing_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/sys_stats/sys_stats_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/system_info/system_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/test_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/trace_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/config/track_event/track_event_config_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/android_game_intervention_list_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/android_log_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/android_system_property_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/camera_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/frame_timeline_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/gpu_mem_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/graphics/rect_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/graphics_frame_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/initial_display_state_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/network_trace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/packages_list_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/pixel_modem_events_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/protolog_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/shell_transition_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/surfaceflinger_common_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/surfaceflinger_layers_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/surfaceflinger_transactions_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/winscope_extensions_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_benchmark_metadata_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_metadata_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_trace_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_trigger_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/v8_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/clock_snapshot_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/etw/etw_event_bundle_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/etw/etw_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/etw/etw_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/extension_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/filesystem/inode_file_map_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/android_fs_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/binder_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/block_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cgroup_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/clk_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cma_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/compaction_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cpuhp_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cros_ec_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dcvsh_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dma_fence_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dmabuf_heap_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dpu_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/drm_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ext4_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/f2fs_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/fastrpc_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/fence_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/filemap_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_event_bundle_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_stats_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/g2d_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/generic_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/google_icc_trace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/google_irm_trace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/gpu_mem_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/gpu_scheduler_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/hyp_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/i2c_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ion_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ipi_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/irq_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/kgsl_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/kmem_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/kvm_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/lowmemorykiller_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/lwis_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/mali_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/mdss_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/mm_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/net_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/oom_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/panel_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/perf_trace_counters_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/power_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/printk_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/raw_syscalls_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/regulator_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/rpm_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/samsung_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sched_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/scm_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sde_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/signal_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/skb_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sock_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sync_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/synthetic_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/systrace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/task_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/tcp_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/thermal_exynos_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/thermal_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/trusty_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ufs_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/v4l2_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/virtio_gpu_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/virtio_video_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/vmscan_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/workqueue_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/gpu_counter_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/gpu_log_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/gpu_render_stage_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/vulkan_api_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/vulkan_memory_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/interned_data/interned_data_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/memory_graph_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/perfetto/perfetto_metatrace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/perfetto/tracing_service_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/android_energy_estimation_breakdown_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/android_entity_state_residency_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/battery_counters_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/power_rails_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/deobfuscation_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/heap_graph_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/profile_common_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/profile_packet_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/smaps_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ps/process_stats_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ps/process_tree_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/remote_clock_sync_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/statsd/statsd_atom_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/sys_stats/sys_stats_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/system_info/cpu_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/system_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/test_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_packet_defaults_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_packet_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_uuid_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_active_processes_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_application_state_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_compositor_scheduler_state_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_content_settings_event_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_frame_reporter_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_histogram_sample_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_keyed_service_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_latency_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_legacy_ipc_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_message_pump_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_mojo_event_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_process_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_renderer_scheduler_state_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_thread_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_user_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_window_handle_event_info_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/counter_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/debug_annotation_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/log_message_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/pixel_modem_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/process_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/range_of_interest_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/screenshot_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/source_location_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/task_execution_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/thread_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/track_descriptor_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/track_event_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/translation/translation_table_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trigger_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ui_state_pb2.py +0 -0
- {micromegas-0.3.0 → micromegas-0.3.2}/micromegas/time.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: micromegas
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.2
|
4
4
|
Summary: Python analytics client for https://github.com/madesroches/micromegas/
|
5
5
|
Author: Marc-Antoine Desroches
|
6
6
|
Author-email: madesroches@gmail.com
|
@@ -27,20 +27,22 @@ Python analytics client for https://github.com/madesroches/micromegas/
|
|
27
27
|
|
28
28
|
## Example usage
|
29
29
|
|
30
|
-
Query the 2 most recent log entries from the
|
30
|
+
Query the 2 most recent log entries from the flightsql service
|
31
31
|
|
32
32
|
```python
|
33
33
|
import datetime
|
34
34
|
import pandas as pd
|
35
35
|
import micromegas
|
36
|
+
import grpc
|
36
37
|
|
37
|
-
|
38
|
-
|
38
|
+
host_port = "localhost:50051"
|
39
|
+
channel_cred = grpc.local_channel_credentials()
|
40
|
+
client = micromegas.flightsql.client.FlightSQLClient(host_port, channel_cred)
|
39
41
|
sql = """
|
40
42
|
SELECT time, process_id, level, target, msg
|
41
43
|
FROM log_entries
|
42
44
|
WHERE level <= 4
|
43
|
-
AND exe LIKE '%
|
45
|
+
AND exe LIKE '%flight%'
|
44
46
|
ORDER BY time DESC
|
45
47
|
LIMIT 2
|
46
48
|
"""
|
@@ -4,20 +4,22 @@ Python analytics client for https://github.com/madesroches/micromegas/
|
|
4
4
|
|
5
5
|
## Example usage
|
6
6
|
|
7
|
-
Query the 2 most recent log entries from the
|
7
|
+
Query the 2 most recent log entries from the flightsql service
|
8
8
|
|
9
9
|
```python
|
10
10
|
import datetime
|
11
11
|
import pandas as pd
|
12
12
|
import micromegas
|
13
|
+
import grpc
|
13
14
|
|
14
|
-
|
15
|
-
|
15
|
+
host_port = "localhost:50051"
|
16
|
+
channel_cred = grpc.local_channel_credentials()
|
17
|
+
client = micromegas.flightsql.client.FlightSQLClient(host_port, channel_cred)
|
16
18
|
sql = """
|
17
19
|
SELECT time, process_id, level, target, msg
|
18
20
|
FROM log_entries
|
19
21
|
WHERE level <= 4
|
20
|
-
AND exe LIKE '%
|
22
|
+
AND exe LIKE '%flight%'
|
21
23
|
ORDER BY time DESC
|
22
24
|
LIMIT 2
|
23
25
|
"""
|
@@ -238,14 +238,13 @@ class FlightSQLClient:
|
|
238
238
|
print(row["time"], row["msg"])
|
239
239
|
|
240
240
|
def materialize_partitions(
|
241
|
-
self, view_set_name,
|
241
|
+
self, view_set_name, begin, end, partition_delta_seconds
|
242
242
|
):
|
243
243
|
sql = """
|
244
244
|
SELECT time, msg
|
245
|
-
FROM materialize_partitions('{view_set_name}', '{
|
245
|
+
FROM materialize_partitions('{view_set_name}', '{begin}', '{end}', {partition_delta_seconds})
|
246
246
|
""".format(
|
247
247
|
view_set_name=view_set_name,
|
248
|
-
view_instance_id=view_instance_id,
|
249
248
|
begin=begin.isoformat(),
|
250
249
|
end=end.isoformat(),
|
251
250
|
partition_delta_seconds=partition_delta_seconds,
|
@@ -253,3 +252,56 @@ class FlightSQLClient:
|
|
253
252
|
for rb in self.query_stream(sql):
|
254
253
|
for index, row in rb.to_pandas().iterrows():
|
255
254
|
print(row["time"], row["msg"])
|
255
|
+
|
256
|
+
def find_process(self, process_id):
|
257
|
+
sql = """
|
258
|
+
SELECT *
|
259
|
+
FROM processes
|
260
|
+
WHERE process_id='{process_id}';
|
261
|
+
""".format(
|
262
|
+
process_id=process_id
|
263
|
+
)
|
264
|
+
return self.query(sql)
|
265
|
+
|
266
|
+
def query_streams(self, begin, end, limit, process_id=None, tag_filter=None):
|
267
|
+
conditions = []
|
268
|
+
if process_id is not None:
|
269
|
+
conditions.append("process_id='{process_id}'".format(process_id=process_id))
|
270
|
+
if tag_filter is not None:
|
271
|
+
conditions.append(
|
272
|
+
"(array_position(tags, '{tag}') is not NULL)".format(tag=tag_filter)
|
273
|
+
)
|
274
|
+
where = ""
|
275
|
+
if len(conditions) > 0:
|
276
|
+
where = "WHERE " + " AND ".join(conditions)
|
277
|
+
sql = """
|
278
|
+
SELECT *
|
279
|
+
FROM streams
|
280
|
+
{where}
|
281
|
+
LIMIT {limit};
|
282
|
+
""".format(
|
283
|
+
where=where, limit=limit
|
284
|
+
)
|
285
|
+
return self.query(sql, begin, end)
|
286
|
+
|
287
|
+
def query_blocks(self, begin, end, limit, stream_id):
|
288
|
+
sql = """
|
289
|
+
SELECT *
|
290
|
+
FROM blocks
|
291
|
+
WHERE stream_id='{stream_id}'
|
292
|
+
LIMIT {limit};
|
293
|
+
""".format(
|
294
|
+
limit=limit,stream_id=stream_id
|
295
|
+
)
|
296
|
+
return self.query(sql, begin, end)
|
297
|
+
|
298
|
+
def query_spans(self, begin, end, limit, stream_id):
|
299
|
+
sql = """
|
300
|
+
SELECT *
|
301
|
+
FROM view_instance('thread_spans', '{stream_id}')
|
302
|
+
LIMIT {limit};
|
303
|
+
""".format(
|
304
|
+
limit=limit,stream_id=stream_id
|
305
|
+
)
|
306
|
+
return self.query(sql, begin, end)
|
307
|
+
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|